Fix early use of $sender_host_name
[exim.git] / src / src / acl.c
index 5252292ffd1b6c6704f3b9d7fd7e2cd1d77d0051..c55a42b6f0971f218d9bfa45df8c7971a1d5ea5d 100644 (file)
@@ -1211,7 +1211,7 @@ int rc;
 
 /* Previous success */
 
-if (sender_host_name != NULL) return OK;
+if (sender_host_name) return OK;
 
 /* Previous failure */