1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

ctdb-tests: Enable SOCKET_WRAPPER_DIR_ALLOW_ORIG

This will allow local daemons to be used in more contexts, especially
in tests run by Jenkins where the directory names for some targets can
be very long.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
This commit is contained in:
Martin Schwenke 2020-05-13 14:04:36 +10:00 committed by Martin Schwenke
parent 066c205e5f
commit 70c38d404b

View File

@ -339,6 +339,7 @@ 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
}