fix windows build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12626 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
bc46c9a0f3
commit
863e1c7056
|
@ -1303,10 +1303,10 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_originate(switch_core_session_t *sess
|
||||||
|
|
||||||
for (i = 0; i < and_argc; i++) {
|
for (i = 0; i < and_argc; i++) {
|
||||||
char *vdata;
|
char *vdata;
|
||||||
end = NULL;
|
|
||||||
chan_type = peer_names[i];
|
|
||||||
const char *current_variable;
|
const char *current_variable;
|
||||||
char variable_buffer[512] = "";
|
char variable_buffer[512] = "";
|
||||||
|
end = NULL;
|
||||||
|
chan_type = peer_names[i];
|
||||||
|
|
||||||
while (chan_type && *chan_type && *chan_type == ' ') {
|
while (chan_type && *chan_type && *chan_type == ' ') {
|
||||||
chan_type++;
|
chan_type++;
|
||||||
|
|
Loading…
Reference in New Issue