Use single-bit fields for global flags
[exim.git] / src / src / routers / manualroute.c
index fded7afa49742b4dad2ebd9b5f37115d0cbc7910..af4470655160a00b99448235dd1808d469df84d8 100644 (file)
@@ -319,7 +319,7 @@ configuration problem. */
 
 if (newhostlist == NULL)
   {
-  if (expand_string_forcedfail) return DECLINE;
+  if (f.expand_string_forcedfail) return DECLINE;
   addr->message = string_sprintf("%s router: failed to expand \"%s\": %s",
     rblock->name, hostlist, expand_string_message);
   return DEFER;