]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
init flags to 0
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 9 Oct 2008 12:58:49 +0000 (12:58 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 9 Oct 2008 12:58:49 +0000 (12:58 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9912 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/include/switch_cpp.h

index d0c665d7a0e226a1b0245eb712ef326baf3ad54a..67fbcb0adf7672649c8bdf4cf9b8b4cf30a786da 100644 (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;                                                            \