OpenSSL: More info on accept "unsupported protocol"
[exim.git] / src / src / routers / rf_expand_data.c
index cf5b9cb8795abebb7632d7762167f1a23d6ac46c..6a8ad1779c6b7d457b35a93253f169baa84a63e5 100644 (file)
@@ -31,7 +31,7 @@ rf_expand_data(address_item *addr, uschar *s, int *prc)
 {
 uschar *yield = expand_string(s);
 if (yield != NULL) return yield;
-if (expand_string_forcedfail)
+if (f.expand_string_forcedfail)
   {
   DEBUG(D_route) debug_printf("forced failure for expansion of \"%s\"\n", s);
   *prc = DECLINE;