From 7b1d6a6a0568a62943877c61d95f6d7bb1fd1d1d Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 2 Aug 2011 13:17:24 +1000 Subject: selftest: test plugin_s4_dc against all ncacn_np tests Changes to the s3 epmapper behaviour seem to have fixed the rest of these tests. Andrew Bartlett --- source3/librpc/rpc/dcerpc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/librpc/rpc/dcerpc.h') diff --git a/source3/librpc/rpc/dcerpc.h b/source3/librpc/rpc/dcerpc.h index d7e8e0c193..be23e10130 100644 --- a/source3/librpc/rpc/dcerpc.h +++ b/source3/librpc/rpc/dcerpc.h @@ -39,6 +39,8 @@ struct NL_AUTH_MESSAGE; struct pipe_auth_data { enum dcerpc_AuthType auth_type; enum dcerpc_AuthLevel auth_level; + + bool gensec_hook; void *auth_ctx; -- cgit