diff options
-rw-r--r-- | source4/torture/raw/oplock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/raw/oplock.c b/source4/torture/raw/oplock.c index 1329f58fa9..6d6953354b 100644 --- a/source4/torture/raw/oplock.c +++ b/source4/torture/raw/oplock.c @@ -95,7 +95,7 @@ static BOOL test_oplock(struct cli_state *cli, TALLOC_CTX *mem_ctx) union smb_open io; struct smb_unlink unl; union smb_read rd; - uint16_t fnum, fnum2; + uint16_t fnum=0, fnum2=0; /* cleanup */ cli_unlink(cli->tree, fname); |