diff options
author | Tim Potter <tpot@samba.org> | 2001-11-15 05:26:22 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-11-15 05:26:22 +0000 |
commit | 06ff349e21abd9398eaac521c3a23c2ab7a10cb2 (patch) | |
tree | 7b63d01c57d4f8eb30065e93502bef5100ccba95 /source3/lib | |
parent | c5ceae9dc95bb8e0e8a2067c481f394b752f46e7 (diff) | |
download | samba-06ff349e21abd9398eaac521c3a23c2ab7a10cb2.tar.gz samba-06ff349e21abd9398eaac521c3a23c2ab7a10cb2.tar.xz samba-06ff349e21abd9398eaac521c3a23c2ab7a10cb2.zip |
FALSE -> False
(This used to be commit 7c6529c081abe051055be5fbf3016fbea2474752)
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/util_list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/util_list.c b/source3/lib/util_list.c index 8f6761135b..9795932eca 100644 --- a/source3/lib/util_list.c +++ b/source3/lib/util_list.c @@ -230,7 +230,7 @@ BOOL compare_rpc_hnd_node(const RPC_HND_NODE *x, { /* only compare valid nodes */ if (x==NULL || y==NULL) - return FALSE; + return False; /* if the POLICY_HND field(s) are ever changed, this will need to be updated. Probably should be a set of |