You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
324 B
14 lines
324 B
5 years ago
|
--- mailx-12.4.orig/collect.c 2012-09-12 16:07:53.653103796 -0400
|
||
|
+++ mailx-12.4/collect.c 2012-09-12 21:27:05.092259236 -0400
|
||
|
@@ -905,7 +905,9 @@ err:
|
||
|
if (collf != NULL) {
|
||
|
Fclose(collf);
|
||
|
collf = NULL;
|
||
|
- }
|
||
|
+ } else {
|
||
|
+ exit(1);
|
||
|
+ }
|
||
|
out:
|
||
|
if (collf != NULL) {
|
||
|
if ((cp = value("MAILX_TAIL")) != NULL) {
|