diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/nsswitch/winbindd_cm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_cm.c b/source3/nsswitch/winbindd_cm.c index 45a0993551..4f0974fe06 100644 --- a/source3/nsswitch/winbindd_cm.c +++ b/source3/nsswitch/winbindd_cm.c @@ -110,7 +110,7 @@ BOOL cm_get_dc_name(char *domain, fstring srv_name) of our interfaces. */ for (i = 0; i < count; i++) { - if(!is_local_net(ip_list[i])) + if(is_local_net(ip_list[i])) goto got_ip; } |