Use single-bit fields for global flags
[exim.git] / src / src / auths / plaintext.c
index 21581b6f4bad1a9398d71ec782435c3283878504..bdd05699de7e9f48d655df2c65916d1e1c95979d 100644 (file)
@@ -204,7 +204,7 @@ while ((s = string_nextinlist(&text, &sep, big_buffer, big_buffer_size)))
       if (smtp_write_command(outblock, SCMD_FLUSH, "*\r\n") >= 0)
         (void) smtp_read_response(inblock, US buffer, buffsize, '2', timeout);
       }
-    if (expand_string_forcedfail)
+    if (f.expand_string_forcedfail)
       {
       *buffer = 0;       /* No message */
       return CANCELLED;