--- rpl/src/rpl.c 2010/11/26 11:46:38 1.51 +++ rpl/src/rpl.c 2010/12/08 20:58:16 1.52 @@ -419,7 +419,7 @@ rplinit(int argc, char *argv[], unsigned # else action.sa_handler = interruption1; # endif - action.sa_flags = SA_ONSTACK | SA_SIGINFO | SA_NODEFER; + action.sa_flags = SA_ONSTACK | SA_SIGINFO; if (sigaction(SIGINT, &action, NULL) != 0) {