summaryrefslogtreecommitdiffstats
path: root/source/torture/smb2
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-10 10:43:31 +0000
committerAndrew Tridgell <tridge@samba.org>2006-09-10 10:43:31 +0000
commit0bec0c6cb07f77ebe01a4c261b9bdf8e6ad8ae3e (patch)
tree05f084b6054d5a2904277791be68ae952428b912 /source/torture/smb2
parent9231815562ed4d7c7bfba3030560c3550f18ec0f (diff)
downloadsamba-0bec0c6cb07f77ebe01a4c261b9bdf8e6ad8ae3e.tar.gz
samba-0bec0c6cb07f77ebe01a4c261b9bdf8e6ad8ae3e.tar.xz
samba-0bec0c6cb07f77ebe01a4c261b9bdf8e6ad8ae3e.zip
r18325: more warnings and one compile error on aix fixed
Diffstat (limited to 'source/torture/smb2')
-rw-r--r--source/torture/smb2/setinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/torture/smb2/setinfo.c b/source/torture/smb2/setinfo.c
index 08cce7693af..ee09c7351cb 100644
--- a/source/torture/smb2/setinfo.c
+++ b/source/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;