This commit is contained in:
Kevin Darbyshire-Bryant
2021-07-05 21:00:47 +01:00
committed by Simon Kelley
parent df25f204ba
commit 96f6444958

View File

@@ -598,7 +598,7 @@ int add_update_server(int flags,
else if (*domain == '*')
{
domain++;
if (domain != 0)
if (*domain != 0)
flags |= SERV_WILDCARD;
}