]> granicus.if.org Git - shadow/commitdiff
Fix typo.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 13 Jun 2008 21:02:26 +0000 (21:02 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 13 Jun 2008 21:02:26 +0000 (21:02 +0000)
src/su.c

index 9e011d9674bf947867b352a35dd09d1a6f8e5b5e..77f864f633e60cbb0569832fb59e9cdee21f32c9 100644 (file)
--- a/src/su.c
+++ b/src/su.c
@@ -705,7 +705,7 @@ int main (int argc, char **argv)
         * 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.