summaryrefslogtreecommitdiff
path: root/source3/nmbsync.c
diff options
context:
space:
mode:
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 b4a40518cf..e0c36d5961 100644
--- a/source3/nmbsync.c
+++ b/source3/nmbsync.c
@@ -147,7 +147,7 @@ void sync_browse_lists(struct subnet_record *d, struct work_record *work,
if (!d || !work ) return;
- if(d != wins_subnet) {
+ if(d != wins_client_subnet) {
DEBUG(0,
("sync_browse_lists: ERROR sync requested on non-WINS subnet.\n"));
return;