missing p

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10108 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2008-10-22 13:14:41 +00:00
parent de509dda94
commit a5089f3db8
1 changed files with 1 additions and 1 deletions

View File

@ -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);