diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-05-10 14:48:46 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-05-10 14:48:46 +0000 |
commit | ae326905ad87108927cbcd2a451d75fc0941be26 (patch) | |
tree | d1a087caf4789c603969a472db47bef0fc5c8858 | |
parent | 9a5defd6c91c6802e30b6219ca10a8ecc17fa21d (diff) | |
download | samba-ae326905ad87108927cbcd2a451d75fc0941be26.tar.gz samba-ae326905ad87108927cbcd2a451d75fc0941be26.tar.bz2 samba-ae326905ad87108927cbcd2a451d75fc0941be26.zip |
Forgot one file.
(This used to be commit 71f6fb16ba9c75b96aea9b0b18f4b73b0d11a5ac)
-rw-r--r-- | source3/nsswitch/winbindd.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/nsswitch/winbindd.c b/source3/nsswitch/winbindd.c index 018edcb649..da2540f5d9 100644 --- a/source3/nsswitch/winbindd.c +++ b/source3/nsswitch/winbindd.c @@ -24,9 +24,6 @@ #include "winbindd.h" -#define HAVE_SMB_REGISTER_PASSDB -#include "module_dummy.h" - BOOL opt_nocache = False; BOOL opt_dual_daemon = False; |