From 6a71fa86fb5c923e13c26b826386820cf6bda98d Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 3 Jun 2005 14:36:07 +0000 Subject: r7242: typo (This used to be commit 4444585f06cf8a061a615002107cbb7560604f7f) --- source4/auth/auth_unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/auth') diff --git a/source4/auth/auth_unix.c b/source4/auth/auth_unix.c index 61698671ac..33095f2d5a 100644 --- a/source4/auth/auth_unix.c +++ b/source4/auth/auth_unix.c @@ -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)*/ -- cgit