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/smb2/setinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/smb2/setinfo.c') diff --git a/source4/torture/smb2/setinfo.c b/source4/torture/smb2/setinfo.c index 08cce7693a..ee09c7351c 100644 --- a/source4/torture/smb2/setinfo.c +++ b/source4/torture/smb2/setinfo.c @@ -50,7 +50,7 @@ BOOL torture_smb2_setinfo(struct torture_context *torture) struct security_ace ace; struct security_descriptor *sd; struct dom_sid *test_sid; - NTSTATUS status, status2; + NTSTATUS status, status2=NT_STATUS_OK; const char *call_name; time_t basetime = (time(NULL) - 86400) & ~1; int n = time(NULL) % 100; -- cgit