]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
missing p
authorAnthony Minessale <anthony.minessale@gmail.com>
Wed, 22 Oct 2008 13:14:41 +0000 (13:14 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Wed, 22 Oct 2008 13:14:41 +0000 (13:14 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10108 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_commands/mod_commands.c

index bd27f78e331e18c2fdfd6e333302e7a6f8d15b5d..84afb4a2d8ba939faeeefae0e5904500e1b52411 100644 (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);