mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Clean up last commit to better conform to standards.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@47558 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -812,7 +812,7 @@ static void check_includes(pval *includes)
|
||||
char *incl_context = p4->u1.str;
|
||||
/* find a matching context name */
|
||||
struct pval *that_other_context = find_context(incl_context);
|
||||
if (!that_other_context&&strcmp(incl_context,"parkedcalls")!=0) {
|
||||
if (!that_other_context && strcmp(incl_context, "parkedcalls") != 0) {
|
||||
ast_log(LOG_WARNING, "Warning: file %s, line %d-%d: The included context '%s' cannot be found.\n",
|
||||
includes->filename, includes->startline, includes->endline, incl_context);
|
||||
warns++;
|
||||
|
Reference in New Issue
Block a user