From cb77392af442bcad62918aa828ccddd7adb4f4cf Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 9 Oct 2008 12:58:49 +0000 Subject: [PATCH] init flags to 0 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9912 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/include/switch_cpp.h | 1 + 1 file changed, 1 insertion(+) 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; \