Use single-bit fields for global flags
[exim.git] / src / src / smtp_out.c
index 70aaef3e346061bb6e32b1acce55d362c14e83c2..31e9a36f1f3402c3a899f51840239f46e7964126 100644 (file)
@@ -45,7 +45,7 @@ if (!istring) return TRUE;
 
 if (!(expint = expand_string(istring)))
   {
-  if (expand_string_forcedfail) return TRUE;
+  if (f.expand_string_forcedfail) return TRUE;
   addr->transport_return = PANIC;
   addr->message = string_sprintf("failed to expand \"interface\" "
       "option for %s: %s", msg, expand_string_message);