init flags to 0

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9912 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2008-10-09 12:58:49 +00:00
parent 1068c322ce
commit cb77392af4
1 changed files with 1 additions and 0 deletions

View File

@ -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; \