diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-05-10 11:49:51 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-05-10 11:49:51 +0000 |
commit | 0914e541f5480834c1b0ddc98b5f71f7f7abf9cb (patch) | |
tree | 76f6eb086ab73689d272d398077dd3cb6b486cd4 /source3/nsswitch | |
parent | c507ebe56741d773bf6e7ad547863a2da1aee687 (diff) | |
download | samba-0914e541f5480834c1b0ddc98b5f71f7f7abf9cb.tar.gz samba-0914e541f5480834c1b0ddc98b5f71f7f7abf9cb.tar.bz2 samba-0914e541f5480834c1b0ddc98b5f71f7f7abf9cb.zip |
Reverse previous patch from Stefan and me after comments by Andrew Bartlett
(This used to be commit d817eaf0ecca2d878ab1ffcf7a747a02d71c811e)
Diffstat (limited to 'source3/nsswitch')
-rw-r--r-- | source3/nsswitch/winbindd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/nsswitch/winbindd.c b/source3/nsswitch/winbindd.c index 7c59344be2..fb6f67625c 100644 --- a/source3/nsswitch/winbindd.c +++ b/source3/nsswitch/winbindd.c @@ -24,8 +24,6 @@ #include "winbindd.h" -#include "module_dummy.h" - BOOL opt_nocache = False; BOOL opt_dual_daemon = False; |