mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Eliminate a bunch of shadow warnings.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@358647 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1632,8 +1632,8 @@ process_extension:
|
||||
v->value, cxt, v->lineno, vfile);
|
||||
}
|
||||
} else if (!strcasecmp(v->name, "switch") || !strcasecmp(v->name, "lswitch") || !strcasecmp(v->name, "eswitch")) {
|
||||
char *stringp = realvalue;
|
||||
char *appl, *data;
|
||||
stringp = realvalue;
|
||||
|
||||
if (!strcasecmp(v->name, "switch")) {
|
||||
pbx_substitute_variables_helper(NULL, v->value, realvalue, sizeof(realvalue) - 1);
|
||||
|
Reference in New Issue
Block a user