From 21229178bd4703a70f222e102bd2588449ac023b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 6 Jul 2010 22:52:19 +0200 Subject: s3: Add msg_ctx to pipes_struct --- source3/include/ntdomain.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include/ntdomain.h') diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index f42ff587ff..071e915561 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -134,6 +134,7 @@ struct pipes_struct { char client_address[INET6_ADDRSTRLEN]; struct auth_serversupplied_info *server_info; + struct messaging_context *msg_ctx; struct ndr_syntax_id syntax; -- cgit