mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-25 23:16:04 +00:00
Ensure targs variable is fully initialized.
(closes issue #14758) Reported by: tim_ringenbach git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@184842 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -942,7 +942,7 @@ static void end_bridge_callback_data_fixup(struct ast_bridge_config *bconfig, st
|
|||||||
|
|
||||||
static int app_exec(struct ast_channel *chan, void *data)
|
static int app_exec(struct ast_channel *chan, void *data)
|
||||||
{
|
{
|
||||||
struct fm_args targs;
|
struct fm_args targs = { 0, };
|
||||||
struct ast_bridge_config config;
|
struct ast_bridge_config config;
|
||||||
struct call_followme *f;
|
struct call_followme *f;
|
||||||
struct number *nm, *newnm;
|
struct number *nm, *newnm;
|
||||||
|
Reference in New Issue
Block a user