diff options
author | Michael Adam <obnox@samba.org> | 2008-07-17 13:02:31 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-08-01 16:04:40 +0200 |
commit | 55b2d50926e0d779193a380a5aa67dc7e57f1d7e (patch) | |
tree | 1ace6e75fb95638f1610937b9ebd9c95c6479220 /source3/libnet | |
parent | 9f6af6fe7c36f12c6871ba654ee470d2ff951803 (diff) | |
download | samba-55b2d50926e0d779193a380a5aa67dc7e57f1d7e.tar.gz samba-55b2d50926e0d779193a380a5aa67dc7e57f1d7e.tar.bz2 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')
-rw-r--r-- | source3/libnet/libnet_dssync.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |