Const-ification
[exim.git] / src / src / lookups / dnsdb.c
index 5a82b340d7296b47a3256231c6bfd0eec2c3183d..7c2d1a540015a896dceff2199031e33aec07d4ae 100644 (file)
@@ -498,7 +498,7 @@ while ((domain = string_nextinlist(&keystring, &sep, buffer, sizeof(buffer)))
           the subdomain assertions in the port field, else analyse the direct
           authorization status in the weight field. */
 
-          if (found != domain)
+          if (Ustrcmp(found, domain) != 0)
             {
             if (port & 1) *s = 'X';         /* explicit authorization required */
             else *s = '?';                  /* no subdomain assertions here */