From 77defb175e3ffd1b096485ac7de38ad161594b72 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 16 Sep 2013 19:19:39 +0200 Subject: s3:libnet: pass in struct netlogon_creds_cli_context from the caller. Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- source3/libnet/libnet_samsync.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/libnet/libnet_samsync.h') diff --git a/source3/libnet/libnet_samsync.h b/source3/libnet/libnet_samsync.h index efdbb372bd1..e1d66ec37f5 100644 --- a/source3/libnet/libnet_samsync.h +++ b/source3/libnet/libnet_samsync.h @@ -75,6 +75,7 @@ struct samsync_context { struct samsync_object *objects; struct rpc_pipe_client *cli; + struct netlogon_creds_cli_context *netlogon_creds; struct messaging_context *msg_ctx; const struct samsync_ops *ops; -- cgit