diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-12-03 03:57:34 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-12-03 03:57:34 +0000 |
commit | adc9268216f87d915c9d971137b859c949e150dd (patch) | |
tree | 97a49be06c9c5d1c4750ef782e3159927c9942d3 | |
parent | aee19090d3b957372b234a412cd9db8896650feb (diff) | |
download | samba-adc9268216f87d915c9d971137b859c949e150dd.tar.gz samba-adc9268216f87d915c9d971137b859c949e150dd.tar.xz samba-adc9268216f87d915c9d971137b859c949e150dd.zip |
fixed default location of libnss_winbind.so
-rw-r--r-- | source/torture/nsstest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/torture/nsstest.c b/source/torture/nsstest.c index baf5590816d..76108876dff 100644 --- a/source/torture/nsstest.c +++ b/source/torture/nsstest.c @@ -21,7 +21,7 @@ #include "includes.h" -static char *so_path = "/usr/lib/libnss_winbind.so"; +static char *so_path = "/lib/libnss_winbind.so"; static int nss_errno; static void *find_fn(const char *name) |