diff options
author | John Terpstra <jht@samba.org> | 1997-11-21 14:01:23 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 1997-11-21 14:01:23 +0000 |
commit | 4e92c7d1a3b543e48c2b09f8b78352a702c915aa (patch) | |
tree | 5d9f1b797b7111961abc58e00c5b696e76332158 /source3/nmbd | |
parent | e8f3f79aa583bfe2996ae62bc899913275311281 (diff) | |
download | samba-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')
-rw-r--r-- | source3/nmbd/nmbd.c | 1 |
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); |