diff options
author | Michael Adam <obnox@samba.org> | 2012-05-22 11:56:36 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-05-22 16:42:22 +0200 |
commit | f9e4105f4170181989c44a2326a8a8a89314fc98 (patch) | |
tree | 880941415060febcd98ee7d086aa0cc47563f373 /source3/include | |
parent | c531aac27c433e0eb068a8a4f0a6c90cad2e44fa (diff) | |
download | samba-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/include')
-rw-r--r-- | source3/include/smb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index b5c674dce6..245ff7be11 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -400,7 +400,6 @@ typedef struct connection_struct { time_t lastused; time_t lastused_count; - bool used; int num_files_open; unsigned int num_smb_operations; /* Count of smb operations on this tree. */ int encrypt_level; |