mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
Fix trunk breakage
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@130230 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -13701,7 +13701,7 @@ static void process_echocancel(struct dahdi_chan_conf *confp, const char *data,
|
||||
unsigned int param_count;
|
||||
unsigned int x;
|
||||
|
||||
if (!(param_count = ast_app_separate_args(parse, ',', params, ARRAY_LEN(params)))
|
||||
if (!(param_count = ast_app_separate_args(parse, ',', params, ARRAY_LEN(params))))
|
||||
return;
|
||||
|
||||
memset(&confp->chan.echocancel, 0, sizeof(confp->chan.echocancel));
|
||||
|
@@ -41,6 +41,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
#include "asterisk/md5.h"
|
||||
#include "asterisk/linkedlists.h"
|
||||
|
||||
#define ARRAY_LEN(a) (sizeof(a) / sizeof(a[0]))
|
||||
|
||||
#undef gethostbyname
|
||||
|
||||
|
Reference in New Issue
Block a user