diff options
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 |