summaryrefslogtreecommitdiff
path: root/source3/smbd/reply.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-05-22 11:56:36 +0200
committerStefan Metzmacher <metze@samba.org>2012-05-22 16:42:22 +0200
commitf9e4105f4170181989c44a2326a8a8a89314fc98 (patch)
tree880941415060febcd98ee7d086aa0cc47563f373 /source3/smbd/reply.c
parentc531aac27c433e0eb068a8a4f0a6c90cad2e44fa (diff)
downloadsamba-f9e4105f4170181989c44a2326a8a8a89314fc98.tar.gz
samba-f9e4105f4170181989c44a2326a8a8a89314fc98.tar.bz2
samba-f9e4105f4170181989c44a2326a8a8a89314fc98.zip
s3:smbd: remove unused 'connection_struct->used'
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue May 22 16:42:22 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3/smbd/reply.c')
-rw-r--r--source3/smbd/reply.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c
index 45f761c630..b93052ade2 100644
--- a/source3/smbd/reply.c
+++ b/source3/smbd/reply.c
@@ -5063,8 +5063,6 @@ void reply_tdis(struct smb_request *req)
return;
}
- conn->used = False;
-
close_cnum(conn,req->vuid);
req->conn = NULL;