diff --git a/pcmrecord.c b/pcmrecord.c index 7e70ade3..03fb7bbb 100644 --- a/pcmrecord.c +++ b/pcmrecord.c @@ -247,7 +247,7 @@ static void closedown(int a){ fprintf(stderr,"%s: caught signal %d: %s\n",App_path,a,strsignal(a)); cleanup(); - exit(EX_SOFTWARE); // Will call cleanup() + exit(EX_OK); // Will call cleanup() } // Read from RTP network socket, assemble blocks of samples