missing p
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10108 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
de509dda94
commit
a5089f3db8
|
@ -1638,7 +1638,7 @@ SWITCH_STANDARD_API(break_function)
|
|||
}
|
||||
|
||||
if (flag && !strcasecmp(flag, "all")) {
|
||||
switch_core_session_flush_private_events(session);
|
||||
switch_core_session_flush_private_events(psession);
|
||||
}
|
||||
|
||||
switch_channel_set_flag(switch_core_session_get_channel(psession), CF_BREAK);
|
||||
|
|
Loading…
Reference in New Issue