]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
silence logically protected warning.
authorMichael Jerris <mike@jerris.com>
Tue, 11 Dec 2007 17:02:02 +0000 (17:02 +0000)
committerMichael Jerris <mike@jerris.com>
Tue, 11 Dec 2007 17:02:02 +0000 (17:02 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6648 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_dptools/mod_dptools.c

index cb0739273bad98cc839e34d5042fdba270190ef8..66220670e18c96eaed98695c5d84364fc13bb689 100644 (file)
@@ -1441,7 +1441,7 @@ static switch_call_cause_t user_outgoing_channel(switch_core_session_t *session,
                                                                                                 switch_caller_profile_t *outbound_profile,
                                                                                                 switch_core_session_t **new_session, switch_memory_pool_t **pool)
 {
-       switch_xml_t x_domain, xml = NULL, x_user, x_param, x_params;   
+       switch_xml_t x_domain = NULL, xml = NULL, x_user = NULL, x_param, x_params;     
        char *user = NULL, *domain = NULL;
        const char *dest = NULL;
        static switch_call_cause_t cause;