diff options
author | Volker Lendecke <vl@samba.org> | 2008-12-02 09:51:46 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-12-02 09:51:46 +0100 |
commit | 25e7b21121d867a74c9e5241a8684e9937961fe3 (patch) | |
tree | f652ff80ef530a2fb489b15756de3dd70427c116 /source3 | |
parent | 1bcd91366d582f4ba99ab64e99d057a4c3f94daf (diff) | |
download | samba-25e7b21121d867a74c9e5241a8684e9937961fe3.tar.gz |
Attempt to fix a build failure on AIX
Diffstat (limited to 'source3')
-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 cc928670163..f2bbb07f926 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5620,7 +5620,7 @@ void init_samr_DomInfo8(struct samr_DomInfo8 *r, uint64_t sequence_num, NTTIME domain_create_time); void init_samr_DomInfo9(struct samr_DomInfo9 *r, - uint32_t unknown); + enum samr_DomainServerState domain_server_state); void init_samr_DomInfo12(struct samr_DomInfo12 *r, uint64_t lockout_duration, uint64_t lockout_window, |