From 45f70db01070cfb0cdfb6ae0e8ee64da2bf42fc0 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 15 Jun 2011 11:15:06 +0200 Subject: s3-auth: Added remote_address to ntlmssp server. Signed-off-by: Andrew Bartlett --- source3/include/ntlmssp_wrap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') diff --git a/source3/include/ntlmssp_wrap.h b/source3/include/ntlmssp_wrap.h index ec97f58ed8..abe1e7a3b9 100644 --- a/source3/include/ntlmssp_wrap.h +++ b/source3/include/ntlmssp_wrap.h @@ -25,6 +25,7 @@ struct auth_ntlmssp_state { /* used only by server implementation */ struct auth_context *auth_context; struct auth_serversupplied_info *server_info; + struct tsocket_address *remote_address; /* used by both client and server implementation */ struct ntlmssp_state *ntlmssp_state; -- cgit