diff options
Diffstat (limited to 'source3/namebrowse.c')
-rw-r--r-- | source3/namebrowse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/namebrowse.c b/source3/namebrowse.c index ae5f00ce10..c0deaff0fa 100644 --- a/source3/namebrowse.c +++ b/source3/namebrowse.c @@ -170,7 +170,7 @@ static void start_sync_browse_entry(struct browse_cache_record *b) struct work_record *work; /* Check panic conditions - these should not be true. */ - if(b->subnet != wins_subnet) { + if(b->subnet != wins_client_subnet) { DEBUG(0, ("start_sync_browse_entry: ERROR sync requested on non-WINS subnet.\n")); return; |