Support REQUIRETLS
[exim.git] / src / src / host.c
index d4267429bcd449d3ccf0fb4750280ba7dbd2e502..7118221771f64d3c52b5b41052eeca8c3685109c 100644 (file)
@@ -2859,7 +2859,7 @@ for (rr = dns_next_rr(&dnsa, &dnss, RESET_ANSWERS);
   block. Otherwise, add a new block in the correct place; if it has to be
   before the first block, copy the first block's data to a new second block. */
 
-  if (last == NULL)
+  if (!last)
     {
     host->name = string_copy_dnsdomain(data);
     host->address = NULL;