summaryrefslogtreecommitdiff
path: root/source3/nmbsync.c
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>1997-06-03 17:14:48 +0000
committerSamba Release Account <samba-bugs@samba.org>1997-06-03 17:14:48 +0000
commit3f067df49514c821eec5e9be132e6bd42c268506 (patch)
treec9a3932bd4fc40136c51b735573a3dba0fdf7f85 /source3/nmbsync.c
parent9276c29e643c989edeef3b5572acc328acf97fdc (diff)
downloadsamba-3f067df49514c821eec5e9be132e6bd42c268506.tar.gz
samba-3f067df49514c821eec5e9be132e6bd42c268506.tar.bz2
samba-3f067df49514c821eec5e9be132e6bd42c268506.zip
includes.h: Added USE_SETSID for SGI.
nameelect.c: Added debug 0 comments so you know when you have become a master/domain master. nameservreply.c:Stopped SELF names from being remotely released. This still needs work. nmbsync.c: Added debug 0 comments so you know when a sync is being done. Jeremy jallison@whistle.com (This used to be commit b40d3bede60c8e040ee30c72d605a4950e1a8c8b)
Diffstat (limited to 'source3/nmbsync.c')
-rw-r--r--source3/nmbsync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nmbsync.c b/source3/nmbsync.c
index 7c23c64a96..7f5d608998 100644
--- a/source3/nmbsync.c
+++ b/source3/nmbsync.c
@@ -156,7 +156,7 @@ void sync_browse_lists(struct subnet_record *d, struct work_record *work,
got_pass = True;
- DEBUG(4,("sync browse lists with %s for %s %s\n",
+ DEBUG(0,("sync_browse_lists: Sync browse lists with %s for %s %s\n",
work->work_group, name, inet_ntoa(ip)));
strcpy(workgroup,work->work_group);