]> diplodocus.org Git - nmh/blobdiff - uip/sendsbr.c
sbr/netsec.c: Report popped TLS error code, don't pop again.
[nmh] / uip / sendsbr.c
index 3ada6bf0dd59ca7102a217a66a1ff3fa0cc8b2a0..2d4d0a8652c698de0281b6190aa702be40d74185 100644 (file)
@@ -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;
         }