1
0
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:
Michael Adam 2008-07-17 13:02:31 +02:00
parent 9f6af6fe7c
commit 55b2d50926

View 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;