more const madness

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11354 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-01-22 04:07:47 +00:00
parent fd8ce8a6b5
commit 7fbb5fa9f4
1 changed files with 1 additions and 1 deletions

View File

@ -1839,7 +1839,7 @@ SWITCH_DECLARE(char *) switch_channel_expand_variables(switch_channel_t *channel
return (char *) in;
}
nv = switch_string_var_check((char *)in, SWITCH_FALSE);
nv = switch_string_var_check_const(in);
if (!nv) {
return (char *) in;