s3-smbd: Remove client_address from smbd_server_connection struct.
authorAndreas Schneider <asn@samba.org>
Thu, 16 Jun 2011 14:09:07 +0000 (16:09 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 4 Jul 2011 08:28:40 +0000 (18:28 +1000)
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
source3/smbd/globals.h

index 2e31c7377910b7a04ca69d5f7c1841eec59a4389..51ea36744e897a86919963d3b693e5e9afc548b4 100644 (file)
@@ -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;