X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/29aba4183e116b5ca706e5479db7302cf07eaa7a..ea49d0e16fbc6f56fc5b8519d266f88d09139187:/src/exim_monitor/em_globals.c?ds=inline diff --git a/src/exim_monitor/em_globals.c b/src/exim_monitor/em_globals.c index 761e47595..621d8b207 100644 --- a/src/exim_monitor/em_globals.c +++ b/src/exim_monitor/em_globals.c @@ -1,10 +1,10 @@ -/* $Cambridge: exim/src/exim_monitor/em_globals.c,v 1.7 2005/05/23 15:28:38 fanf2 Exp $ */ +/* $Cambridge: exim/src/exim_monitor/em_globals.c,v 1.9 2006/02/07 11:18:59 ph10 Exp $ */ /************************************************* * Exim Monitor * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2005 */ +/* Copyright (c) University of Cambridge 1995 - 2006 */ /* See the file NOTICE for conditions of use and distribution. */ @@ -118,7 +118,7 @@ that fires up the monitor fishes the value out by using -bP anyway. */ #endif -uschar *acl_var[ACL_C_MAX+ACL_M_MAX]; +uschar *acl_var[ACL_CVARS + ACL_MVARS]; uschar *active_hostname = NULL; BOOL allow_unqualified_recipient = FALSE;