summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2011-06-16 16:09:07 +0200
committerAndrew Bartlett <abartlet@samba.org>2011-07-04 18:28:40 +1000
commitaee04ef3306da989fe50c192425d4de755fb9a7e (patch)
tree5ce945efa936fb4964beec0d8982e546864c440f /source3
parentb2511a280aa9449123376fd3cbb495dcd1a87dee (diff)
downloadsamba-aee04ef3306da989fe50c192425d4de755fb9a7e.tar.gz
samba-aee04ef3306da989fe50c192425d4de755fb9a7e.tar.bz2
samba-aee04ef3306da989fe50c192425d4de755fb9a7e.zip
s3-smbd: Remove client_address from smbd_server_connection struct.
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3')
-rw-r--r--source3/smbd/globals.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/globals.h b/source3/smbd/globals.h
index 2e31c73779..51ea36744e 100644
--- a/source3/smbd/globals.h
+++ b/source3/smbd/globals.h
@@ -449,7 +449,6 @@ struct pending_auth_data;
struct smbd_server_connection {
int sock;
- struct client_address client_id;
const struct tsocket_address *local_address;
const struct tsocket_address *remote_address;
const char *remote_hostname;