X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fauths%2Fcheck_serv_cond.c;h=dc299f1b54b81327359254a344e428424b70d247;hb=ffbc20ed9c9ed09a68ff0a608f623c3c83d521a8;hp=c10ff1be42d8fc5060cc09433004a9cb76a053d5;hpb=f1e05cc79778c693a1a2bad478ced44791922cce;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/auths/check_serv_cond.c b/src/src/auths/check_serv_cond.c index c10ff1be4..dc299f1b5 100644 --- a/src/src/auths/check_serv_cond.c +++ b/src/src/auths/check_serv_cond.c @@ -2,7 +2,7 @@ * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2009 */ +/* Copyright (c) University of Cambridge 1995 - 2012 */ /* See the file NOTICE for conditions of use and distribution. */ #include "../exim.h" @@ -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; }