1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

s4-drsuapi: state variable for getncchanges

This commit is contained in:
Andrew Tridgell 2009-09-25 15:18:02 -07:00
parent 11efdc3ee2
commit 8aa85d7cbe

View File

@ -34,6 +34,7 @@ struct drsuapi_bind_state {
struct GUID remote_bind_guid;
struct drsuapi_DsBindInfo28 remote_info28;
struct drsuapi_DsBindInfo28 local_info28;
struct drsuapi_getncchanges_state *getncchanges_state;
};