diff options
Diffstat (limited to 'source3/nsswitch/winbindd_util.c')
-rw-r--r-- | source3/nsswitch/winbindd_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_util.c b/source3/nsswitch/winbindd_util.c index e8831b3653..d12dff0932 100644 --- a/source3/nsswitch/winbindd_util.c +++ b/source3/nsswitch/winbindd_util.c @@ -1359,7 +1359,7 @@ BOOL winbindd_can_contact_domain( struct winbindd_domain *domain ) BOOL winbindd_internal_child(struct winbindd_child *child) { - if (child == idmap_child() || child == locator_child()) { + if ((child == idmap_child()) || (child == locator_child())) { return True; } |