From: Michael Adam Date: Thu, 17 Jul 2008 11:02:31 +0000 (+0200) Subject: dssync: add a drsuapi_DsBindInfo28 struct to the dssync_context struct X-Git-Tag: samba-3.3.0pre1~334 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf17d6af6104d20019a43e5486257085b9786793;p=thirdparty%2Fsamba.git dssync: add a drsuapi_DsBindInfo28 struct to the dssync_context struct to keep track of what the server told us upon DsBind. Michael --- 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;