Fix the disease, not the symptom in e40d8bef3b

This commit is contained in:
Simon Kelley
2020-01-26 18:13:35 +00:00
parent e40d8bef3b
commit d9603ef781
2 changed files with 2 additions and 2 deletions

View File

@@ -1531,7 +1531,7 @@ void check_servers(void)
#endif
if (!(serv->flags & SERV_HAS_DOMAIN))
s1 = _("unqualified"), s2 = _("names");
else if (serv->domain == NULL || strlen(serv->domain) == 0)
else if (strlen(serv->domain) == 0)
s1 = _("default"), s2 = "";
else
s1 = _("domain"), s2 = serv->domain;