[Freeswitch-svn] [commit] r9912 - freeswitch/trunk/src/include

Freeswitch SVN anthm at freeswitch.org
Thu Oct 9 08:58:50 EDT 2008


Author: anthm
Date: Thu Oct  9 08:58:49 2008
New Revision: 9912

Modified:
   freeswitch/trunk/src/include/switch_cpp.h

Log:
init flags to 0

Modified: freeswitch/trunk/src/include/switch_cpp.h
==============================================================================
--- freeswitch/trunk/src/include/switch_cpp.h	(original)
+++ freeswitch/trunk/src/include/switch_cpp.h	Thu Oct  9 08:58:49 2008
@@ -33,6 +33,7 @@
 	caller_profile.aniii = "";							\
 	caller_profile.rdnis = "";							\
 	caller_profile.username = "";						\
+	flags = 0;											\
 	on_hangup = NULL;									\
 	memset(&cb_state, 0, sizeof(cb_state));				\
 	hook_state = CS_NEW;								\



More information about the Freeswitch-svn mailing list