r24785: Put checks in parentheses.
authorGünther Deschner <gd@samba.org>
Wed, 29 Aug 2007 14:35:32 +0000 (14:35 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:30:21 +0000 (12:30 -0500)
Guenther

source/nsswitch/winbindd_util.c

index e8831b365394e392a019b2bc31e9df548ab08a44..d12dff09325ae133c7b01e14eaef9aec4f8917b8 100644 (file)
@@ -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;
        }