From: Anthony Minessale Date: Wed, 22 Oct 2008 13:14:41 +0000 (+0000) Subject: missing p X-Git-Tag: v1.0.2~733 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5089f3db83873f827edc10eab23396375159263;p=thirdparty%2Ffreeswitch.git missing p git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10108 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- 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);