summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-08-16 09:39:29 +0200
committerVolker Lendecke <vl@samba.org>2010-08-18 11:18:23 +0200
commit6d10684556e9f9e847ec03dd8af057e8d4558e35 (patch)
tree30b3e7e04a3c43582a0053fa133f7e322b77b899 /source3/include/smb.h
parent7b6835ec1da127713d0a412edcbe0a3c1bcc6192 (diff)
downloadsamba-6d10684556e9f9e847ec03dd8af057e8d4558e35.tar.gz
samba-6d10684556e9f9e847ec03dd8af057e8d4558e35.tar.bz2
samba-6d10684556e9f9e847ec03dd8af057e8d4558e35.zip
s3: Remove unneeded "client_address" from connection_struct
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r--source3/include/smb.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 31ef910a70..ab1b4b2d9a 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -522,8 +522,6 @@ typedef struct connection_struct {
*/
gid_t force_group_gid;
- char client_address[INET6_ADDRSTRLEN]; /* String version of client IP address. */
-
uint16 vuid; /* vuid of user who *opened* this connection, or UID_FIELD_INVALID */
time_t lastused;