]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
dssync: add a drsuapi_DsBindInfo28 struct to the dssync_context struct
authorMichael Adam <obnox@samba.org>
Thu, 17 Jul 2008 11:02:31 +0000 (13:02 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 1 Aug 2008 14:04:40 +0000 (16:04 +0200)
to keep track of what the server told us upon DsBind.

Michael

source/libnet/libnet_dssync.h

index 16b84ad32ca8b612257d7445fe40390ca087781a..245680324805b9b10148368e87007880626ead82 100644 (file)
@@ -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;