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 | 7c6529c081abe051055be5fbf3016fbea2474752 (patch) | |
tree | e0b344a2da683f1965bd754f2947418993fbf75b /source/lib | |
parent | ed16aa88a422e759d27dbfae39afc72250c80e8d (diff) | |
download | samba-7c6529c081abe051055be5fbf3016fbea2474752.tar.gz samba-7c6529c081abe051055be5fbf3016fbea2474752.tar.xz samba-7c6529c081abe051055be5fbf3016fbea2474752.zip |
FALSE -> False
Diffstat (limited to 'source/lib')
-rw-r--r-- | source/lib/util_list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/util_list.c b/source/lib/util_list.c index 8f6761135b1..9795932ecab 100644 --- a/source/lib/util_list.c +++ b/source/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 |