diff options
-rw-r--r-- | source3/nsswitch/winbindd_passdb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/nsswitch/winbindd_passdb.c b/source3/nsswitch/winbindd_passdb.c index 64d811464b..2aaed1acef 100644 --- a/source3/nsswitch/winbindd_passdb.c +++ b/source3/nsswitch/winbindd_passdb.c @@ -433,7 +433,7 @@ static NTSTATUS sequence_number(struct winbindd_domain *domain, uint32 *seq) static NTSTATUS lockout_policy(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, - SAM_UNK_INFO_12 *lockout_policy) + SAM_UNK_INFO_12 *policy) { /* actually we have that */ return NT_STATUS_NOT_IMPLEMENTED; @@ -441,7 +441,7 @@ static NTSTATUS lockout_policy(struct winbindd_domain *domain, static NTSTATUS password_policy(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, - SAM_UNK_INFO_1 *password_policy) + SAM_UNK_INFO_1 *policy) { /* actually we have that */ return NT_STATUS_NOT_IMPLEMENTED; |