svn commit: samba r7242 - in branches/SAMBA_4_0/source/auth: .

idra at samba.org idra at samba.org
Fri Jun 3 14:36:08 GMT 2005


Author: idra
Date: 2005-06-03 14:36:07 +0000 (Fri, 03 Jun 2005)
New Revision: 7242

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7242

Log:
typo
Modified:
   branches/SAMBA_4_0/source/auth/auth_unix.c


Changeset:
Modified: branches/SAMBA_4_0/source/auth/auth_unix.c
===================================================================
--- branches/SAMBA_4_0/source/auth/auth_unix.c	2005-06-03 14:32:10 UTC (rev 7241)
+++ branches/SAMBA_4_0/source/auth/auth_unix.c	2005-06-03 14:36:07 UTC (rev 7242)
@@ -428,7 +428,7 @@
 
 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)*/



More information about the samba-cvs mailing list