From 0ed826d5087f05993f74cfa280bf1abed14ab161 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 13 Feb 2014 15:49:27 +0100 Subject: selftest: Preload socket_wrapper. Signed-off-by: Andreas Schneider Reviewed-by: Stefan Metzmacher --- selftest/wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'selftest/wscript') diff --git a/selftest/wscript b/selftest/wscript index 515ca1dfa60..a57f7c17bcf 100644 --- a/selftest/wscript +++ b/selftest/wscript @@ -201,6 +201,7 @@ def cmd_testonly(opt): env.SELFTEST_TARGET="samba3" env.OPTIONS += " --nss_wrapper_so_path=" + CONFIG_GET(opt, 'LIBNSS_WRAPPER_SO_PATH') + env.OPTIONS += " --socket_wrapper_so_path=" + CONFIG_GET(opt, 'LIBSOCKET_WRAPPER_SO_PATH') env.OPTIONS += " --uid_wrapper_so_path=" + CONFIG_GET(opt, 'LIBUID_WRAPPER_SO_PATH') # We use the full path rather than relative path because it cause problems on some plateforms (ie. solaris 8). -- cgit v1.2.1