shut up gcc 4.3.2
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10982 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
7865c64061
commit
e703825860
|
@ -332,7 +332,7 @@ SWITCH_MODULE_RUNTIME_FUNCTION(mod_event_multicast_runtime)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (var && strlen(var) > 1) {
|
if (var && strlen(var) > 1) {
|
||||||
switch_event_add_body(local_event, var);
|
switch_event_add_body(local_event, "%s", var);
|
||||||
}
|
}
|
||||||
|
|
||||||
switch_event_fire(&local_event);
|
switch_event_fire(&local_event);
|
||||||
|
|
Loading…
Reference in New Issue