mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 04:30:28 +00:00
Ensure say_cfg is NULL when the module is loaded. (issue #8946 reported by junky)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@53152 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -68,7 +68,7 @@ static char *descrip =
|
|||||||
;
|
;
|
||||||
|
|
||||||
|
|
||||||
static struct ast_config *say_cfg;
|
static struct ast_config *say_cfg = NULL;
|
||||||
/* save the say' api calls.
|
/* save the say' api calls.
|
||||||
* The first entry is NULL if we have the standard source,
|
* The first entry is NULL if we have the standard source,
|
||||||
* otherwise we are sourcing from here.
|
* otherwise we are sourcing from here.
|
||||||
|
Reference in New Issue
Block a user