diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-10 10:43:31 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:09 -0500 |
commit | aab0622a75767d5d10068236b5dabcb75e321ae5 (patch) | |
tree | c380056c52022f1f7820646e598e030ef1dc7d5b /source4/torture/rpc | |
parent | cac69cdd743c8ce93631a0ddd37a8d3344ce8259 (diff) | |
download | samba-aab0622a75767d5d10068236b5dabcb75e321ae5.tar.gz samba-aab0622a75767d5d10068236b5dabcb75e321ae5.tar.bz2 samba-aab0622a75767d5d10068236b5dabcb75e321ae5.zip |
r18325: more warnings and one compile error on aix fixed
(This used to be commit 6e7e151432a31e48a67679df3966d2227d555317)
Diffstat (limited to 'source4/torture/rpc')
-rw-r--r-- | source4/torture/rpc/samba3rpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/samba3rpc.c b/source4/torture/rpc/samba3rpc.c index d0b9a25920..adebce34ef 100644 --- a/source4/torture/rpc/samba3rpc.c +++ b/source4/torture/rpc/samba3rpc.c @@ -1458,7 +1458,7 @@ static struct dom_sid *name2sid(TALLOC_CTX *mem_ctx, if (!NT_STATUS_IS_OK(status)) { printf("LookupNames failed - %s\n", nt_errstr(status)); talloc_free(tmp_ctx); - return False; + return NULL; } result = dom_sid_add_rid(mem_ctx, l.out.domains->domains[0].sid, |