[Freeswitch-svn] [commit] r2756 - freeswitch/trunk/src
Freeswitch SVN
anthm at freeswitch.org
Tue Sep 19 15:13:08 EDT 2006
Author: anthm
Date: Tue Sep 19 15:13:08 2006
New Revision: 2756
Modified:
freeswitch/trunk/src/switch_ivr.c
Log:
set default
Modified: freeswitch/trunk/src/switch_ivr.c
==============================================================================
--- freeswitch/trunk/src/switch_ivr.c (original)
+++ freeswitch/trunk/src/switch_ivr.c Tue Sep 19 15:13:08 2006
@@ -1655,9 +1655,9 @@
)
{
- char *peer_names[MAX_PEERS];
- switch_core_session_t *peer_session, *peer_sessions[MAX_PEERS];
- switch_caller_profile_t *caller_profiles[MAX_PEERS], *caller_caller_profile;
+ char *peer_names[MAX_PEERS] = {0};
+ switch_core_session_t *peer_session, *peer_sessions[MAX_PEERS] = {0};
+ switch_caller_profile_t *caller_profiles[MAX_PEERS] = {0}, *caller_caller_profile;
char *chan_type = NULL, *chan_data;
switch_channel_t *peer_channel = NULL, *peer_channels[MAX_PEERS] = {0};
time_t start;
More information about the Freeswitch-svn
mailing list