diff options
author | Amitay Isaacs <amitay@gmail.com> | 2016-09-18 00:24:47 +1000 |
---|---|---|
committer | Amitay Isaacs <amitay@samba.org> | 2016-12-18 18:10:50 +0100 |
commit | fc28a74254d0263f02d008dcd2e2e6c9d03ccea3 (patch) | |
tree | 0067ca73f5a1164f7d115c60bd2bb24231d1a488 /ctdb/tests | |
parent | 69b1ae34231f20d45bff5bdd50c0a2adfc87f90b (diff) | |
download | samba-fc28a74254d0263f02d008dcd2e2e6c9d03ccea3.tar.gz |
ctdb-daemon: Remove ctdb_event_helper
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
Autobuild-User(master): Amitay Isaacs <amitay@samba.org>
Autobuild-Date(master): Sun Dec 18 18:10:50 CET 2016 on sn-devel-144
Diffstat (limited to 'ctdb/tests')
-rw-r--r-- | ctdb/tests/simple/scripts/local_daemons.bash | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ctdb/tests/simple/scripts/local_daemons.bash b/ctdb/tests/simple/scripts/local_daemons.bash index 1888941140a..18b58458fb0 100644 --- a/ctdb/tests/simple/scripts/local_daemons.bash +++ b/ctdb/tests/simple/scripts/local_daemons.bash @@ -10,7 +10,6 @@ if [ -n "$ctdb_dir" -a -d "${ctdb_dir}/bin" ] ; then export CTDB_EVENTD="${hdir}/ctdb_eventd" export CTDB_EVENT_HELPER="${hdir}/ctdb_event" export CTDB_LOCK_HELPER="${hdir}/ctdb_lock_helper" - export CTDB_EVENT_HELPER="${hdir}/ctdb_event_helper" export CTDB_RECOVERY_HELPER="${hdir}/ctdb_recovery_helper" export CTDB_CLUSTER_MUTEX_HELPER="${hdir}/ctdb_mutex_fcntl_helper" fi |