From 55b2d50926e0d779193a380a5aa67dc7e57f1d7e Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 17 Jul 2008 13:02:31 +0200 Subject: dssync: add a drsuapi_DsBindInfo28 struct to the dssync_context struct to keep track of what the server told us upon DsBind. Michael (This used to be commit bf17d6af6104d20019a43e5486257085b9786793) --- source3/libnet/libnet_dssync.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/libnet') diff --git a/source3/libnet/libnet_dssync.h b/source3/libnet/libnet_dssync.h index 16b84ad32c..2456803248 100644 --- a/source3/libnet/libnet_dssync.h +++ b/source3/libnet/libnet_dssync.h @@ -38,6 +38,7 @@ struct dssync_context { struct policy_handle bind_handle; DATA_BLOB session_key; const char *output_filename; + struct drsuapi_DsBindInfo28 remote_info28; void *private_data; -- cgit