diff options
| author | Mattias Andrée <maandree@operamail.com> | 2013-11-22 22:26:18 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2013-11-22 22:26:18 +0100 |
| commit | b4be907fc8441f695d5a81c78dbd8817ce40d4b7 (patch) | |
| tree | ae35b6832d9671e8e7fa620e6b3f137960560e91 /src | |
| parent | error handling for passphrase reading (diff) | |
| download | cerberus-b4be907fc8441f695d5a81c78dbd8817ce40d4b7.tar.gz cerberus-b4be907fc8441f695d5a81c78dbd8817ce40d4b7.tar.bz2 cerberus-b4be907fc8441f695d5a81c78dbd8817ce40d4b7.tar.xz | |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/quit.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,7 @@ #include <passphrase.h> #include "config.h" + #include "quit.h" @@ -35,6 +36,7 @@ void timeout_quit(int signal) (void) signal; printf("\nTimed out.\n"); passphrase_reenable_echo(); + sleep(ERROR_SLEEP); _exit(10); } |
