mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
Make sure pollres is initialized to 0
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3336 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -5320,7 +5320,7 @@ static int handle_init_event(struct zt_pvt *i, int event)
|
||||
|
||||
static void *do_monitor(void *data)
|
||||
{
|
||||
int count, res, res2, spoint, pollres;
|
||||
int count, res, res2, spoint, pollres=0;
|
||||
struct zt_pvt *i;
|
||||
struct zt_pvt *last = NULL;
|
||||
time_t thispass = 0, lastpass = 0;
|
||||
|
Reference in New Issue
Block a user