Const-ification
[exim.git] / src / src / acl.c
index fe1e254bdc4e0532ac7ee34d6265692891315567..4ee70bf319814c2bc9743a2dde295ed487320f12 100644 (file)
@@ -1550,7 +1550,7 @@ for (rr = dns_next_rr(&dnsa, &dnss, RESET_ANSWERS);
   assertion: legitimate SMTP clients are all explicitly authorized with CSA
   SRV records of their own. */
 
-  if (found != domain)
+  if (Ustrcmp(found, domain) != 0)
     {
     if (port & 1)
       return t->data.val = CSA_FAIL_EXPLICIT;