DSN: tescase for ESMTP DSN extension, RCPT options
[exim.git] / src / src / auths / check_serv_cond.c
index 96c4b56c4c4a5a4d23ae8e32efd2244120d233e9..dc299f1b54b81327359254a344e428424b70d247 100644 (file)
@@ -102,7 +102,7 @@ again later. */
 
 if (cond == NULL)
   {
-  if (expand_string_forcedfail) return FAIL;
+  if (f.expand_string_forcedfail) return FAIL;
   auth_defer_msg = expand_string_message;
   return DEFER;
   }