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

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Fri Jun 13 21:02:26 UTC 2008


Author: nekral-guest
Date: 2008-06-13 21:02:26 +0000 (Fri, 13 Jun 2008)
New Revision: 2156

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


Modified: upstream/trunk/src/su.c
===================================================================
--- upstream/trunk/src/su.c	2008-06-13 21:02:07 UTC (rev 2155)
+++ upstream/trunk/src/su.c	2008-06-13 21:02:26 UTC (rev 2156)
@@ -705,7 +705,7 @@
 	 * Set up a signal handler in case the user types QUIT.
 	 */
 	die (0);
-	(void) oldsig = signal (SIGQUIT, die);
+	oldsig = signal (SIGQUIT, die);
 
 	/*
 	 * See if the system defined authentication method is being used. 




More information about the Pkg-shadow-commits mailing list