From fc85c8a3eb999a809b5669fa2af95a26ab19db56 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 3 Dec 2001 03:57:34 +0000 Subject: fixed default location of libnss_winbind.so (This used to be commit adc9268216f87d915c9d971137b859c949e150dd) --- source3/torture/nsstest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/torture/nsstest.c') 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) -- cgit