diff options
| -rw-r--r-- | qmail-rspawn.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qmail-rspawn.c b/qmail-rspawn.c index 40e5d52..0177c8b 100644 --- a/qmail-rspawn.c +++ b/qmail-rspawn.c | |||
| @@ -32,8 +32,9 @@ int len; | |||
| 32 | switch(wait_exitcode(wstat)) | 32 | switch(wait_exitcode(wstat)) |
| 33 | { | 33 | { |
| 34 | case 0: break; | 34 | case 0: break; |
| 35 | default: | ||
| 35 | case 111: substdio_puts(ss,"ZUnable to run qmail-remote.\n"); return; | 36 | case 111: substdio_puts(ss,"ZUnable to run qmail-remote.\n"); return; |
| 36 | default: substdio_puts(ss,"DUnable to run qmail-remote.\n"); return; | 37 | //default: substdio_puts(ss,"DUnable to run qmail-remote.\n"); return; |
| 37 | } | 38 | } |
| 38 | if (!len) | 39 | if (!len) |
| 39 | { substdio_puts(ss,"Zqmail-remote produced no output.\n"); return; } | 40 | { substdio_puts(ss,"Zqmail-remote produced no output.\n"); return; } |
