diff --git a/src/server.c b/src/server.c index 6a082fcb0f..bc838b3b98 100644 --- a/src/server.c +++ b/src/server.c @@ -4167,8 +4167,7 @@ const char *srv_update_addr_port(struct server *s, const char *addr, const char * s->svc_port is only relevant under inet context */ if ((s->addr.ss_family != AF_INET) && (s->addr.ss_family != AF_INET6)) { - if (msg) - chunk_printf(msg, "Update for the current server address family is only supported through configuration file."); + chunk_printf(msg, "Update for the current server address family is only supported through configuration file."); goto out; }