From 798c4b3e6a27a09a9156f7476cf5bb4151741652 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 2 Dec 2008 00:12:39 +0100 Subject: s3-samr: use samr_DomainServerState in client tools. Guenther --- source3/include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include/proto.h') 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, -- cgit