summaryrefslogtreecommitdiff
path: root/src/exim_monitor/em_globals.c
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2006-09-19 11:28:44 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2006-09-19 11:28:44 +0000
commit38a0a95ff69327042421b9ee6982e386175f141b (patch)
tree30f841f97c161410d550780e3fa3aa47e6afe5b8 /src/exim_monitor/em_globals.c
parentd45b1de81aa47cef4ca098a4b2725d855b154162 (diff)
downloadexim4-38a0a95ff69327042421b9ee6982e386175f141b.tar.gz
Apply Jakob Hirsch's patch for arbitrary ACL variable names, tidied up
just a little bit.
Diffstat (limited to 'src/exim_monitor/em_globals.c')
-rw-r--r--src/exim_monitor/em_globals.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/exim_monitor/em_globals.c b/src/exim_monitor/em_globals.c
index 621d8b207..361ac4e78 100644
--- a/src/exim_monitor/em_globals.c
+++ b/src/exim_monitor/em_globals.c
@@ -1,4 +1,4 @@
-/* $Cambridge: exim/src/exim_monitor/em_globals.c,v 1.9 2006/02/07 11:18:59 ph10 Exp $ */
+/* $Cambridge: exim/src/exim_monitor/em_globals.c,v 1.10 2006/09/19 11:28:45 ph10 Exp $ */
/*************************************************
* Exim Monitor *
@@ -117,9 +117,8 @@ that fires up the monitor fishes the value out by using -bP anyway. */
#define SPOOL_DIRECTORY ""
#endif
-
-uschar *acl_var[ACL_CVARS + ACL_MVARS];
-
+tree_node *acl_var_c = NULL;
+tree_node *acl_var_m = NULL;
uschar *active_hostname = NULL;
BOOL allow_unqualified_recipient = FALSE;
BOOL allow_unqualified_sender = FALSE;