aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_playback.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-05 17:06:56 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-05 17:06:56 +0000
commit5bca70e17ec69d253eacc28cf5b56d529ec548c7 (patch)
tree304bc2308f45c53960e172758ab18a9418e9201d /apps/app_playback.c
parent8116e5cac2546bddb8da251b536597816ff2ebce (diff)
Merged revisions 53152 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r53152 | file | 2007-02-05 11:06:18 -0600 (Mon, 05 Feb 2007) | 2 lines Ensure say_cfg is NULL when the module is loaded. (issue #8946 reported by junky) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@53153 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_playback.c')
-rw-r--r--apps/app_playback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_playback.c b/apps/app_playback.c
index 7eeee9dd2..5c566fd93 100644
--- a/apps/app_playback.c
+++ b/apps/app_playback.c
@@ -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.
* The first entry is NULL if we have the standard source,
* otherwise we are sourcing from here.