diff options
Diffstat (limited to 'nsswitch/wb_common.c')
-rw-r--r-- | nsswitch/wb_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nsswitch/wb_common.c b/nsswitch/wb_common.c index 291e9c7824..f4a31a95fe 100644 --- a/nsswitch/wb_common.c +++ b/nsswitch/wb_common.c @@ -320,7 +320,7 @@ static const char *winbindd_socket_dir(void) if (nss_wrapper_enabled()) { const char *env_dir; - env_dir = getenv(WINBINDD_SOCKET_DIR_ENVVAR); + env_dir = getenv("SELFTEST_WINBINDD_SOCKET_DIR"); if (env_dir != NULL) { return env_dir; } |