summaryrefslogtreecommitdiff
path: root/include/asterisk/ael_structs.h
diff options
context:
space:
mode:
authorSteve Murphy <murf@digium.com>2007-03-20 18:18:06 +0000
committerSteve Murphy <murf@digium.com>2007-03-20 18:18:06 +0000
commite6d32d313268aaeefcce5e34fd360ee21e37ed9b (patch)
tree06c6d8620be9537fb19a8bf751383e99335eac86 /include/asterisk/ael_structs.h
parente99932c27ee2cf2703d249ef757d54077430eb8e (diff)
The fix for the AEL <<security hole>> (bug 9316) is here...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@59073 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/ael_structs.h')
-rw-r--r--include/asterisk/ael_structs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/ael_structs.h b/include/asterisk/ael_structs.h
index d778baa99..74b2c760a 100644
--- a/include/asterisk/ael_structs.h
+++ b/include/asterisk/ael_structs.h
@@ -199,6 +199,7 @@ struct ael_extension
char *cidmatch;
char *hints;
int regexten;
+ int is_switch;
struct ast_context *context;