diff options
-rw-r--r-- | source4/torture/raw/samba3misc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/raw/samba3misc.c b/source4/torture/raw/samba3misc.c index 988405e806..8e41469963 100644 --- a/source4/torture/raw/samba3misc.c +++ b/source4/torture/raw/samba3misc.c @@ -834,6 +834,7 @@ bool torture_samba3_rootdirfid(struct torture_context *tctx) smbcli_unlink(cli->tree, fname); + ZERO_STRUCT(io); io.generic.level = RAW_OPEN_NTCREATEX; io.ntcreatex.in.flags = NTCREATEX_FLAGS_EXTENDED; io.ntcreatex.in.root_fid = 0; |