]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
MODENDP-299
authorAnthony Minessale <anthony.minessale@gmail.com>
Fri, 19 Mar 2010 13:26:27 +0000 (13:26 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Fri, 19 Mar 2010 13:26:27 +0000 (13:26 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17049 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_dingaling/mod_dingaling.c

index 377bbe1c0ed99ed1c7331d795bb379e622d03db2..aa3f07a959a3b8d002dd486e52986407ab07fdb9 100644 (file)
@@ -947,7 +947,7 @@ static int do_candidates(struct private_object *tech_pvt, int force)
        if (force || !switch_test_flag(tech_pvt, TFLAG_RTP_READY)) {
                ldl_candidate_t cand[1];
                char *advip = tech_pvt->profile->extip ? tech_pvt->profile->extip : tech_pvt->profile->ip;
-               char *err;
+               char *err = NULL;
 
                memset(cand, 0, sizeof(cand));
                switch_stun_random_string(tech_pvt->local_user, 16, NULL);