X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/e8fe77294085e66b09cbb8043458f22b5b2ef1e6..8cfcda36ca8f98694d1c5884c32ff96fe083ead3:/uip/sendsbr.c diff --git a/uip/sendsbr.c b/uip/sendsbr.c index 66ce65d1..59ebc5d2 100644 --- a/uip/sendsbr.c +++ b/uip/sendsbr.c @@ -893,10 +893,10 @@ get_from_header_info(const char *filename, const char **addr, const char **host, fclose(in); return OK; - } else { - *message = "unable to open"; - return NOTOK; } + + *message = "unable to open"; + return NOTOK; }