]> code.citadel.org Git - citadel.git/blobdiff - citadel/commands.c
* citadel.c: temporarily commented out the signal() call for SIGHUP because
[citadel.git] / citadel / commands.c
index d6e1b04b86b5a1a0c9dc502d053f45b05619d8df..ea3e527cb03695cddea6507830fd8b4919e6f750 100644 (file)
@@ -506,8 +506,9 @@ int inkey(void)
 
 #ifndef DISABLE_CURSES
 #if defined(HAVE_CURSES_H) || defined(HAVE_NCURSES_H)
-               if (a == ERR)
+               if (a == ERR) {
                        logoff(NULL, 3);
+               }
 #endif
 #endif