1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

r7242: typo

(This used to be commit 4444585f06cf8a061a615002107cbb7560604f7f)
This commit is contained in:
Simo Sorce 2005-06-03 14:36:07 +00:00 committed by Gerald (Jerry) Carter
parent 089b538163
commit 6a71fa86fb

View File

@ -428,7 +428,7 @@ static NTSTATUS check_unix_password(TALLOC_CTX *ctx, const struct auth_usersuppl
static NTSTATUS check_unix_password(TALLOC_CTX *ctx, const struct auth_usersupplied_info *user_info)
{
return NT_STATUS_UNIMPLEMENTED;
return NT_STATUS_NOT_IMPLEMENTED;
}
#endif /*(HAVE_SECURITY_PAM_APPL_H)*/