[Pkg-shadow-commits] r2472 - upstream/trunk/src

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Mon Dec 22 22:13:50 UTC 2008


Author: nekral-guest
Date: 2008-12-22 22:13:50 +0000 (Mon, 22 Dec 2008)
New Revision: 2472

Modified:
   upstream/trunk/src/login.c
Log:
Fix typo.


Modified: upstream/trunk/src/login.c
===================================================================
--- upstream/trunk/src/login.c	2008-12-22 22:13:23 UTC (rev 2471)
+++ upstream/trunk/src/login.c	2008-12-22 22:13:50 UTC (rev 2472)
@@ -519,7 +519,7 @@
 	}
 #ifdef RLOGIN
 	if (rflg) {
-		username = malloc (32 * sizeof char);
+		username = malloc (32 * sizeof (char));
 		if (do_rlogin (hostname, username, 32, term, sizeof term)) {
 			preauth_flag = true;
 		} else {




More information about the Pkg-shadow-commits mailing list