From: Anthony Minessale Date: Thu, 9 Oct 2008 12:58:49 +0000 (+0000) Subject: init flags to 0 X-Git-Tag: v1.0.2~894 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb77392af442bcad62918aa828ccddd7adb4f4cf;p=thirdparty%2Ffreeswitch.git init flags to 0 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9912 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/include/switch_cpp.h b/src/include/switch_cpp.h index d0c665d7a0..67fbcb0adf 100644 --- a/src/include/switch_cpp.h +++ b/src/include/switch_cpp.h @@ -33,6 +33,7 @@ extern "C" { 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; \