[Freeswitch-svn] [commit] r10108 - freeswitch/trunk/src/mod/applications/mod_commands

Freeswitch SVN anthm at freeswitch.org
Wed Oct 22 09:14:42 EDT 2008


Author: anthm
Date: Wed Oct 22 09:14:41 2008
New Revision: 10108

Modified:
   freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c

Log:
missing p

Modified: freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c	(original)
+++ freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c	Wed Oct 22 09:14:41 2008
@@ -1638,7 +1638,7 @@
 	}
 
 	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);



More information about the Freeswitch-svn mailing list