aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_meetme.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-28 17:55:03 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-28 17:55:03 +0000
commit6f29ef243472a617e986d231016966b35127fe83 (patch)
tree5ba51073e1f2abfc21f098b6d9c15fd1e1f546ec /apps/app_meetme.c
parent7476d2ed2a8d765ca2f158661360ffd9491425a8 (diff)
Picky compiler...
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@57055 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_meetme.c')
-rw-r--r--apps/app_meetme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index 163354b9e..903a9408e 100644
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -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;