1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

s3-smbd: Remove client_address from smbd_server_connection struct.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Andreas Schneider 2011-06-16 16:09:07 +02:00 committed by Andrew Bartlett
parent b2511a280a
commit aee04ef330

View 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;