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 | fc85c8a3eb999a809b5669fa2af95a26ab19db56 (patch) | |
tree | 4ac104cc71a265108ecbd31a18adcf6bf0986379 /source3/torture | |
parent | 37749cbb04b0c863566b30392fe071e6b48df17d (diff) | |
download | samba-fc85c8a3eb999a809b5669fa2af95a26ab19db56.tar.gz samba-fc85c8a3eb999a809b5669fa2af95a26ab19db56.tar.bz2 samba-fc85c8a3eb999a809b5669fa2af95a26ab19db56.zip |
fixed default location of libnss_winbind.so
(This used to be commit adc9268216f87d915c9d971137b859c949e150dd)
Diffstat (limited to 'source3/torture')
-rw-r--r-- | source3/torture/nsstest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/nsstest.c b/source3/torture/nsstest.c index baf5590816..76108876df 100644 --- a/source3/torture/nsstest.c +++ b/source3/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) |