From aee04ef3306da989fe50c192425d4de755fb9a7e Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 16 Jun 2011 16:09:07 +0200 Subject: s3-smbd: Remove client_address from smbd_server_connection struct. Signed-off-by: Andrew Bartlett --- source3/smbd/globals.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3') 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; -- cgit