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:
parent
37749cbb04
commit
fc85c8a3eb
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user