Fix --address=/#/...... which was lost in 2.86

A victim of the domain-search rewrite. Apologies.
This commit is contained in:
Simon Kelley
2021-09-23 10:54:46 +01:00
parent c147329823
commit 26bbf5a314
3 changed files with 22 additions and 6 deletions

View File

@@ -1626,7 +1626,8 @@ void check_servers(int no_loop_check)
continue;
if ((serv->flags & SERV_LITERAL_ADDRESS) &&
!(serv->flags & (SERV_6ADDR | SERV_4ADDR | SERV_ALL_ZEROS)))
!(serv->flags & (SERV_6ADDR | SERV_4ADDR | SERV_ALL_ZEROS)) &&
strlen(serv->domain))
{
count--;
if (++locals <= LOCALS_LOGGED)