summaryrefslogtreecommitdiff
path: root/source4/rpc_server/samr/samr_password.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-11-01 13:30:09 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:45:37 -0500
commitd0375cfd43abf3d809ef85c198dd147eb1ffb09a (patch)
tree589c656153e12feea0fd9abe19de21efc55b79fa /source4/rpc_server/samr/samr_password.c
parent15c1df2e8a71b0e61b6db116c99ed40b1180567d (diff)
downloadsamba-d0375cfd43abf3d809ef85c198dd147eb1ffb09a.tar.gz
samba-d0375cfd43abf3d809ef85c198dd147eb1ffb09a.tar.bz2
samba-d0375cfd43abf3d809ef85c198dd147eb1ffb09a.zip
r11438: Move enum samr_RejectReason into misc.idl so I can use it in a global
prototype. Andrew Bartlett (This used to be commit a3abffc75805c8e333f387a96a1dbc352669d359)
Diffstat (limited to 'source4/rpc_server/samr/samr_password.c')
-rw-r--r--source4/rpc_server/samr/samr_password.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/rpc_server/samr/samr_password.c b/source4/rpc_server/samr/samr_password.c
index acbb02a795..95524c22a9 100644
--- a/source4/rpc_server/samr/samr_password.c
+++ b/source4/rpc_server/samr/samr_password.c
@@ -830,7 +830,7 @@ NTSTATUS samdb_set_password_sid(struct ldb_context *ctx, TALLOC_CTX *mem_ctx,
struct samr_Password *ntNewHash,
BOOL user_change,
BOOL restrictions,
- uint32_t *reject_reason,
+ enum samr_RejectReason *reject_reason,
struct samr_DomInfo1 **_dominfo)
{
NTSTATUS nt_status;