Use single-bit fields for global flags
[exim.git] / src / src / routers / rf_lookup_hostlist.c
index acf976f672e5c5dfc921a4516f7e5801cab4ed9a..05275660745b58e9af6da92274ee7fbf07a59750 100644 (file)
@@ -197,7 +197,7 @@ for (prev = NULL, h = addr->host_list; h; h = next_h)
     addr->message =
       string_sprintf("lookup of host \"%s\" failed in %s router%s",
         h->name, rblock->name,
-        host_find_failed_syntax? ": syntax error in name" : "");
+        f.host_find_failed_syntax? ": syntax error in name" : "");
 
     if (hff_code == hff_defer) return DEFER;
     if (hff_code == hff_fail) return FAIL;