Merged revisions 84239 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r84239 | murf | 2007-10-01 14:27:52 -0600 (Mon, 01 Oct 2007) | 1 line

closes issue #10777 -- by returning a null for the parse tree when there's really nothing there, and making sure we don't try to do checking on a null tree.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@84327 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Steve Murphy
2007-10-01 23:03:50 +00:00
parent 5b5a2df463
commit b3168a76c9
4 changed files with 5 additions and 3 deletions

View File

@@ -905,7 +905,7 @@ static int aeldebug = 0;
static int pbx_load_module(void)
{
int errs, sem_err, sem_warn, sem_note;
int errs=0, sem_err=0, sem_warn=0, sem_note=0;
char *rfilename;
struct ast_context *local_contexts=NULL, *con;
struct pval *parse_tree;