summaryrefslogtreecommitdiffstats
path: root/source3/libnet/libnet_dssync.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-07-17 13:02:31 +0200
committerMichael Adam <obnox@samba.org>2008-08-01 16:04:40 +0200
commit55b2d50926e0d779193a380a5aa67dc7e57f1d7e (patch)
tree1ace6e75fb95638f1610937b9ebd9c95c6479220 /source3/libnet/libnet_dssync.h
parent9f6af6fe7c36f12c6871ba654ee470d2ff951803 (diff)
downloadsamba-55b2d50926e0d779193a380a5aa67dc7e57f1d7e.tar.gz
samba-55b2d50926e0d779193a380a5aa67dc7e57f1d7e.tar.xz
samba-55b2d50926e0d779193a380a5aa67dc7e57f1d7e.zip
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)
Diffstat (limited to 'source3/libnet/libnet_dssync.h')
-rw-r--r--source3/libnet/libnet_dssync.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libnet/libnet_dssync.h b/source3/libnet/libnet_dssync.h
index 16b84ad32ca..24568032480 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;