summaryrefslogtreecommitdiff
path: root/source3/namework.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/namework.c')
-rw-r--r--source3/namework.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/namework.c b/source3/namework.c
index 74c567fa74..108048d500 100644
--- a/source3/namework.c
+++ b/source3/namework.c
@@ -284,11 +284,12 @@ static void process_announce(struct packet_struct *p,uint16 command,char *buf)
tell_become_backup();
#endif
- /* get the local_only browse list from the local master and add it to ours. */
+ /* get the local_only browse list from the local master and add it
+ to ours. */
if (command == ANN_LocalMasterAnnouncement)
{
add_browser_entry(serv_name,dgram->dest_name.name_type,
- work->work_group,30,ip,True);
+ work->work_group,30,ip,True);
}
}