diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-12-01 03:14:30 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-12-01 03:14:30 +0000 |
commit | 8f84d170af0cdf55d02558cc51ac77c344990ac6 (patch) | |
tree | 1d23f5fc428d6475b0c102d0e15c6d42e3ac72e1 /source3/nmbd/nmbd_workgroupdb.c | |
parent | f634f24cf8466b12b54e2b6b7d52adba174603dc (diff) | |
download | samba-8f84d170af0cdf55d02558cc51ac77c344990ac6.tar.gz samba-8f84d170af0cdf55d02558cc51ac77c344990ac6.tar.bz2 samba-8f84d170af0cdf55d02558cc51ac77c344990ac6.zip |
Remove extra headers, and ensure that we correctly bail out of winbindd if we
can't create the socket.
Andrew Bartlett
(This used to be commit 13b9af53bff8e42126a38f93c3bdd5b4d9b20aba)
Diffstat (limited to 'source3/nmbd/nmbd_workgroupdb.c')
-rw-r--r-- | source3/nmbd/nmbd_workgroupdb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/nmbd/nmbd_workgroupdb.c b/source3/nmbd/nmbd_workgroupdb.c index f2dc80dfe5..b8ea60dec0 100644 --- a/source3/nmbd/nmbd_workgroupdb.c +++ b/source3/nmbd/nmbd_workgroupdb.c @@ -22,7 +22,6 @@ */ #include "includes.h" -#include "smb.h" extern int ClientNMB; |