diff options
Diffstat (limited to 'source/nsswitch/winbindd_cm.c')
-rw-r--r-- | source/nsswitch/winbindd_cm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nsswitch/winbindd_cm.c b/source/nsswitch/winbindd_cm.c index 45a09935517..4f0974fe069 100644 --- a/source/nsswitch/winbindd_cm.c +++ b/source/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; } |