]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Picky compiler...
authorJoshua Colp <jcolp@digium.com>
Wed, 28 Feb 2007 17:55:03 +0000 (17:55 +0000)
committerJoshua Colp <jcolp@digium.com>
Wed, 28 Feb 2007 17:55:03 +0000 (17:55 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@57055 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_meetme.c

index 163354b9ec7d3a9381fbd480c3847fcb8e38fa4e..903a9408e8995d28cb5db50b9165133e70f46d6a 100644 (file)
@@ -3205,7 +3205,7 @@ static void sla_handle_dial_state_event(void)
 
        AST_LIST_TRAVERSE_SAFE_BEGIN(&sla.ringing_stations, ringing_station, entry) {
                struct sla_trunk_ref *s_trunk_ref;
-               struct sla_ringing_trunk *ringing_trunk;
+               struct sla_ringing_trunk *ringing_trunk = NULL;
                struct run_station_args args;
                enum ast_dial_result dial_res;
                pthread_attr_t attr;