X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0bb0a48241ac6130afe4cf8eb5616f2f33ee1a84..fc5b73a4b95c03c2c81b04ee8c819471b66de52d:/uip/sendsbr.c diff --git a/uip/sendsbr.c b/uip/sendsbr.c index 3ada6bf0..2d4d0a86 100644 --- a/uip/sendsbr.c +++ b/uip/sendsbr.c @@ -887,8 +887,7 @@ get_from_header_info(const char *filename, const char **addr, const char **host, /* Use the hostformat that corresponds to the successful addrformat. */ if ((*host = get_message_header_info(in, hostformat)) == NULL) { - fclose(in); - *message = "unable to find sender host in"; + *message = "unable to find sender host"; fclose(in); return NOTOK; }