diff options
author | Samba Release Account <samba-bugs@samba.org> | 1996-07-17 18:33:36 +0000 |
---|---|---|
committer | Samba Release Account <samba-bugs@samba.org> | 1996-07-17 18:33:36 +0000 |
commit | 25b30c08dce8c04b7b98c02ac1de61d7aa76798f (patch) | |
tree | 5d9cebebe73e69021e3fd0b5583db3a871543969 /source3/nmbd | |
parent | a17469475973ca4e682753b6cfad7170577810fb (diff) | |
download | samba-25b30c08dce8c04b7b98c02ac1de61d7aa76798f.tar.gz samba-25b30c08dce8c04b7b98c02ac1de61d7aa76798f.tar.bz2 samba-25b30c08dce8c04b7b98c02ac1de61d7aa76798f.zip |
lots of changes to nmbd
lkcl
(This used to be commit 45d3b2644733333c657c48a69719fec72881f7df)
Diffstat (limited to 'source3/nmbd')
-rw-r--r-- | source3/nmbd/nmbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c index 40cb06aad4..10b356d9b5 100644 --- a/source3/nmbd/nmbd.c +++ b/source3/nmbd/nmbd.c @@ -323,7 +323,7 @@ static void process(void) announce_host(); -#if 0 +#if 1 /* XXXX what was this stuff supposed to do? It sent ANN_GetBackupListReq packets which I think should only be sent when trying to find out who to browse with */ |