From: Anthony Minessale Date: Mon, 5 Jul 2010 18:13:28 +0000 (-0500) Subject: fix build X-Git-Tag: v1.2-rc1~563^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9405ba64bb3fdad4859132b3653c79d2f7a042e;p=thirdparty%2Ffreeswitch.git fix build --- diff --git a/src/mod/endpoints/mod_sofia/sofia_glue.c b/src/mod/endpoints/mod_sofia/sofia_glue.c index eff6f049f1..c1a6876a1c 100644 --- a/src/mod/endpoints/mod_sofia/sofia_glue.c +++ b/src/mod/endpoints/mod_sofia/sofia_glue.c @@ -5458,7 +5458,7 @@ switch_status_t sofia_glue_send_notify(sofia_profile_t *profile, const char *use void sofia_glue_tech_simplify(private_object_t *tech_pvt) { - const char *uuid, *network_addr_a, *network_addr_b, *simplify, *simplify_other_channel; + const char *uuid, *network_addr_a = NULL, *network_addr_b = NULL, *simplify, *simplify_other_channel; switch_channel_t *other_channel = NULL, *inbound_channel = NULL; switch_core_session_t *other_session = NULL, *inbound_session = NULL; uint8_t did_simplify = 0;