mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
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)
This commit is contained in:
parent
9f6af6fe7c
commit
55b2d50926
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user