From: Martin Schwenke Date: Fri, 19 Aug 2011 04:20:58 +0000 (+1000) Subject: Eventscripts - ctdb_check_tcp_ports() bug fix. X-Git-Tag: ctdb-1.2.40~59 X-Git-Url: http://git.samba.org/?p=ctdb.git;a=commitdiff_plain;h=e73bcd36a477dfab5e0555fb3585d35bbab162f1 Eventscripts - ctdb_check_tcp_ports() bug fix. Signed-off-by: Martin Schwenke --- diff --git a/config/functions b/config/functions index 2d5d2792..8d2e48c2 100755 --- a/config/functions +++ b/config/functions @@ -225,6 +225,7 @@ ctdb_check_tcp_ports() ctdb_check_tcp_ports_$_c "$@" case "$?" in 0) + _ctdb_check_tcp_common rm -f "$_ctdb_service_started_file" return 0 ;;