diff options
author | Günther Deschner <gd@samba.org> | 2008-12-02 00:12:39 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-12-02 00:37:39 +0100 |
commit | 798c4b3e6a27a09a9156f7476cf5bb4151741652 (patch) | |
tree | bf96b9f9655af5715fb8f555c64925ba6ec80523 /source3/include/proto.h | |
parent | 6384c97a42f60e702a7ac1623aef894803678bd4 (diff) | |
download | samba-798c4b3e6a27a09a9156f7476cf5bb4151741652.tar.gz samba-798c4b3e6a27a09a9156f7476cf5bb4151741652.tar.bz2 samba-798c4b3e6a27a09a9156f7476cf5bb4151741652.zip |
s3-samr: use samr_DomainServerState in client tools.
Guenther
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 4bc524f40a..cc92867016 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5600,7 +5600,7 @@ void init_samr_DomGeneralInformation(struct samr_DomGeneralInformation *r, const char *domain_name, const char *primary, uint64_t sequence_num, - uint32_t unknown2, + enum samr_DomainServerState domain_server_state, enum samr_Role role, uint32_t unknown3, uint32_t num_users, |