From 500f55ca92efe0235758b131a33bc1645c0545ac Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 23 Dec 2009 11:48:06 +0100 Subject: s4:smbd: hold tsocket_addresses on the stream_connection metze --- source4/smbd/service_stream.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/smbd/service_stream.h') diff --git a/source4/smbd/service_stream.h b/source4/smbd/service_stream.h index 5d577d4dd8..685502a8ba 100644 --- a/source4/smbd/service_stream.h +++ b/source4/smbd/service_stream.h @@ -50,6 +50,9 @@ struct stream_connection { struct messaging_context *msg_ctx; struct loadparm_context *lp_ctx; + struct tsocket_address *local_address; + struct tsocket_address *remote_address; + /* * this transport layer session info, normally NULL * which means the same as an anonymous session info -- cgit