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/smb2 | |
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/smb2')
-rw-r--r-- | source4/torture/smb2/setinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |