summaryrefslogtreecommitdiffstats
path: root/source/nmbsync.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/nmbsync.c')
-rw-r--r--source/nmbsync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nmbsync.c b/source/nmbsync.c
index b4a40518cfa..e0c36d59615 100644
--- a/source/nmbsync.c
+++ b/source/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;