svn commit: samba r3911 - branches/SAMBA_3_0/source/nsswitch trunk/source/nsswitch

gd at samba.org gd at samba.org
Mon Nov 22 14:34:45 GMT 2004


Author: gd
Date: 2004-11-22 14:34:45 +0000 (Mon, 22 Nov 2004)
New Revision: 3911

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

Log:
typo.

Guenther

Modified:
   branches/SAMBA_3_0/source/nsswitch/pam_winbind.c
   trunk/source/nsswitch/pam_winbind.c


Changeset:
Modified: branches/SAMBA_3_0/source/nsswitch/pam_winbind.c
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/pam_winbind.c	2004-11-22 14:28:09 UTC (rev 3910)
+++ branches/SAMBA_3_0/source/nsswitch/pam_winbind.c	2004-11-22 14:34:45 UTC (rev 3911)
@@ -189,7 +189,7 @@
 		return retval;
 	default:
 		/* we don't know anything about this return value */
-		_pam_log(LOG_ERR, "internal module error (retval = %d, user = `%s'",
+		_pam_log(LOG_ERR, "internal module error (retval = %d, user = `%s')",
 			 retval, user);
 		return retval;
 	}

Modified: trunk/source/nsswitch/pam_winbind.c
===================================================================
--- trunk/source/nsswitch/pam_winbind.c	2004-11-22 14:28:09 UTC (rev 3910)
+++ trunk/source/nsswitch/pam_winbind.c	2004-11-22 14:34:45 UTC (rev 3911)
@@ -189,7 +189,7 @@
 		return retval;
 	default:
 		/* we don't know anything about this return value */
-		_pam_log(LOG_ERR, "internal module error (retval = %d, user = `%s'",
+		_pam_log(LOG_ERR, "internal module error (retval = %d, user = `%s')",
 			 retval, user);
 		return retval;
 	}



More information about the samba-cvs mailing list