diff options
Diffstat (limited to 'lib/common.c')
-rw-r--r-- | lib/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common.c b/lib/common.c index 6a54108..8167493 100644 --- a/lib/common.c +++ b/lib/common.c @@ -2,7 +2,7 @@ #include <signal.h> void timer_handler(int signum) { - signum = signum; + signum = signum * 2; printf("Stopping due to timeout\n"); exit(EXIT_FAILURE); |