X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/4964e9326687129640fe06f61863e3ae24a43de9..a5a28604d8bf14b6521ed3ab028872b9cafd1b24:/src/src/lookups/dnsdb.c diff --git a/src/src/lookups/dnsdb.c b/src/src/lookups/dnsdb.c index 7f42963a5..347adfb5e 100644 --- a/src/src/lookups/dnsdb.c +++ b/src/src/lookups/dnsdb.c @@ -1,4 +1,4 @@ -/* $Cambridge: exim/src/src/lookups/dnsdb.c,v 1.8 2005/01/04 10:00:44 ph10 Exp $ */ +/* $Cambridge: exim/src/src/lookups/dnsdb.c,v 1.9 2005/01/11 15:51:03 ph10 Exp $ */ /************************************************* * Exim - an Internet mail transport agent * @@ -236,7 +236,7 @@ while ((domain = string_nextinlist(&keystring, &sep, buffer, sizeof(buffer))) records for different purposes where the key string is a host name). This code for doing the reversal is now in a separate function. */ - if (type == T_PTR && string_is_ip_address(domain, NULL)) + if (type == T_PTR && string_is_ip_address(domain, NULL) > 0) { dns_build_reverse(domain, rbuffer); domain = rbuffer;