Fix typo.

This commit is contained in:
nekral-guest 2008-06-13 21:02:26 +00:00
parent 00431d772e
commit 73d36f5ece

View File

@ -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.