mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-06 01:45:11 +00:00
Merged revisions 212431 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r212431 | rmudgett | 2009-08-17 10:42:51 -0500 (Mon, 17 Aug 2009) | 16 lines Merged revisions 212430 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r212430 | rmudgett | 2009-08-17 10:36:28 -0500 (Mon, 17 Aug 2009) | 1 line Fix uninitialized variable. ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@212432 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -6547,7 +6547,7 @@ static void *ss_thread(void *data)
|
||||
int counter;
|
||||
int samples = 0;
|
||||
struct ast_smdi_md_message *smdi_msg = NULL;
|
||||
int flags;
|
||||
int flags = 0;
|
||||
int i;
|
||||
int timeout;
|
||||
int getforward = 0;
|
||||
|
||||
Reference in New Issue
Block a user