From a5089f3db83873f827edc10eab23396375159263 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Wed, 22 Oct 2008 13:14:41 +0000 Subject: [PATCH] missing p git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10108 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/applications/mod_commands/mod_commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/applications/mod_commands/mod_commands.c b/src/mod/applications/mod_commands/mod_commands.c index bd27f78e33..84afb4a2d8 100644 --- a/src/mod/applications/mod_commands/mod_commands.c +++ b/src/mod/applications/mod_commands/mod_commands.c @@ -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);