summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd.c
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>1997-11-21 14:01:23 +0000
committerJohn Terpstra <jht@samba.org>1997-11-21 14:01:23 +0000
commit4e92c7d1a3b543e48c2b09f8b78352a702c915aa (patch)
tree5d9f1b797b7111961abc58e00c5b696e76332158 /source3/nmbd/nmbd.c
parente8f3f79aa583bfe2996ae62bc899913275311281 (diff)
downloadsamba-4e92c7d1a3b543e48c2b09f8b78352a702c915aa.tar.gz
samba-4e92c7d1a3b543e48c2b09f8b78352a702c915aa.tar.bz2
samba-4e92c7d1a3b543e48c2b09f8b78352a702c915aa.zip
Added in mods for new smb.conf "remote browse sync" option as posted to
the samba-1.9.17 tree moments ago. (This used to be commit 2ee25cd117a116d0304960780d6c197f39d25a3d)
Diffstat (limited to 'source3/nmbd/nmbd.c')
-rw-r--r--source3/nmbd/nmbd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c
index 5067a7efc8..1e4a2d9a79 100644
--- a/source3/nmbd/nmbd.c
+++ b/source3/nmbd/nmbd.c
@@ -312,6 +312,7 @@ static void process(void)
announce_host(t);
announce_master(t);
announce_remote(t);
+ browse_sync_remote(t);
query_refresh_names(t);