avoiding warning, fixing potential bug

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@45088 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Christian Richter
2006-10-13 19:19:46 +00:00
parent 8a9517ba9a
commit a05d2ebb96

View File

@@ -3202,6 +3202,8 @@ static struct chan_list *find_holded_l3(struct chan_list *list, unsigned long l3
)
return help;
}
return NULL;
}
static void cl_queue_chan(struct chan_list **list, struct chan_list *chan)