summaryrefslogtreecommitdiff
path: root/ctdb/config/events.d/11.natgw
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2016-07-11 15:04:16 +1000
committerAmitay Isaacs <amitay@samba.org>2016-07-21 02:24:25 +0200
commitd52409dd952ea7047eadd6524bf5681072802436 (patch)
treee8f2c001ff811096d830ab55465cd8f9dd2361f2 /ctdb/config/events.d/11.natgw
parent5cf45ede3f2da7efd092738b358c9b34ae070d46 (diff)
downloadsamba-d52409dd952ea7047eadd6524bf5681072802436.tar.gz
ctdb-scripts: Drop use of ctdb_standard_event_handler()
It doesn't do anything. Add a comment to its definition to explain why it is still there. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'ctdb/config/events.d/11.natgw')
-rwxr-xr-xctdb/config/events.d/11.natgw4
1 files changed, 0 insertions, 4 deletions
diff --git a/ctdb/config/events.d/11.natgw b/ctdb/config/events.d/11.natgw
index 04eea81b43d..9fdf93f2887 100755
--- a/ctdb/config/events.d/11.natgw
+++ b/ctdb/config/events.d/11.natgw
@@ -238,10 +238,6 @@ case "$1" in
interface_monitor "$CTDB_NATGW_PUBLIC_IFACE" || exit 1
fi
;;
-
- *)
- ctdb_standard_event_handler "@"
- ;;
esac
exit 0