aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-20 17:43:02 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-20 17:43:02 +0000
commitc97044b19caa1897bf5f7c452538bded9d8633a9 (patch)
tree413d41b1ec8e49a99ca8f7ca676d24f02f7c488f /include
parent6d2b0731ea49c44167befa9bfb7569a446af666a (diff)
The fix for the AEL <<security hole>> (bug 9316) is here...
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@59069 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-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 e17d302ee..9b5581d6c 100644
--- a/include/asterisk/ael_structs.h
+++ b/include/asterisk/ael_structs.h
@@ -176,6 +176,7 @@ struct ael_extension
char *cidmatch;
char *hints;
int regexten;
+ int is_switch;
struct ast_context *context;