X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/35ef9d158396dbf013a862dd8f830db64909826b..eae4e80fddb67ed353f32a54c9eeed1c1527e5a9:/sbr/mts.c diff --git a/sbr/mts.c b/sbr/mts.c index f6180b03..4a056755 100644 --- a/sbr/mts.c +++ b/sbr/mts.c @@ -117,7 +117,7 @@ save_mts_method (const char *value) { mts_method = "sendmail/pipe"; sm_mts = MTS_SENDMAIL_PIPE; } else { - adios (NULL, "unsupported mts selection \"%s\"", value); + die("unsupported mts selection \"%s\"", value); } }