From: Martin Schwenke Date: Wed, 22 Jul 2020 04:43:40 +0000 (+1000) Subject: Revert "ctdb-tests: Enable SOCKET_WRAPPER_DIR_ALLOW_ORIG" X-Git-Tag: talloc-2.3.2~1024 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdd89d52761ea4c1ad22d5ca1252f84544ee2622;p=thirdparty%2Fsamba.git Revert "ctdb-tests: Enable SOCKET_WRAPPER_DIR_ALLOW_ORIG" Fix missing Reviewed-by: tag. This reverts commit 9694ba6fe4d073c653f49080127ee9efa21a8e9e. Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- diff --git a/ctdb/tests/local_daemons.sh b/ctdb/tests/local_daemons.sh index 7a633950a8b..5f8bc3245ac 100755 --- a/ctdb/tests/local_daemons.sh +++ b/ctdb/tests/local_daemons.sh @@ -339,7 +339,6 @@ local_daemons_start_socket_wrapper () if [ -d "$_d" ] && [ -f "$_so" ] ; then export SOCKET_WRAPPER_DIR="$_d" export LD_PRELOAD="$_so" - export SOCKET_WRAPPER_DIR_ALLOW_ORIG="1" fi }