From 6d10684556e9f9e847ec03dd8af057e8d4558e35 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 16 Aug 2010 09:39:29 +0200 Subject: s3: Remove unneeded "client_address" from connection_struct --- source3/include/smb.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/include/smb.h') 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; -- cgit