From bf17d6af6104d20019a43e5486257085b9786793 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 17 Jul 2008 13:02:31 +0200 Subject: [PATCH] dssync: add a drsuapi_DsBindInfo28 struct to the dssync_context struct to keep track of what the server told us upon DsBind. Michael --- source/libnet/libnet_dssync.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source/libnet/libnet_dssync.h b/source/libnet/libnet_dssync.h index 16b84ad32ca..24568032480 100644 --- a/source/libnet/libnet_dssync.h +++ b/source/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; -- 2.47.3