From aab0622a75767d5d10068236b5dabcb75e321ae5 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 10 Sep 2006 10:43:31 +0000 Subject: r18325: more warnings and one compile error on aix fixed (This used to be commit 6e7e151432a31e48a67679df3966d2227d555317) --- source4/torture/rpc/samba3rpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/rpc') 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, -- cgit