diff options
author | Michael Adam <obnox@samba.org> | 2013-01-17 22:17:42 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-04-18 13:15:14 +0200 |
commit | 2ef02e4f5a5772c1b598fa0df6e5cf0a10d2e060 (patch) | |
tree | 440c0cc4ca603dc3ab19addb9d2bdf0b7becf3ba /source4/torture/smb2 | |
parent | c2ef5182e32fafeb3e279d9fc3a2a409e4aa0543 (diff) | |
download | samba-2ef02e4f5a5772c1b598fa0df6e5cf0a10d2e060.tar.gz samba-2ef02e4f5a5772c1b598fa0df6e5cf0a10d2e060.tar.bz2 samba-2ef02e4f5a5772c1b598fa0df6e5cf0a10d2e060.zip |
s4:torture:smb2:durable_v2: remove an unused variable
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source4/torture/smb2')
-rw-r--r-- | source4/torture/smb2/durable_v2_open.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/torture/smb2/durable_v2_open.c b/source4/torture/smb2/durable_v2_open.c index b9d0d8ce86..3d15ddfd80 100644 --- a/source4/torture/smb2/durable_v2_open.c +++ b/source4/torture/smb2/durable_v2_open.c @@ -69,7 +69,6 @@ static bool torture_oplock_handler(struct smb2_transport *transport, void *private_data) { struct smb2_tree *tree = private_data; - const char *name; struct smb2_request *req; break_info.count++; |