1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

fixed default location of libnss_winbind.so

(This used to be commit adc9268216)
This commit is contained in:
Andrew Tridgell 2001-12-03 03:57:34 +00:00
parent 37749cbb04
commit fc85c8a3eb

View File

@ -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)