aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_playback.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-05 17:06:18 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-05 17:06:18 +0000
commit1c38c878c9d5a64a0f2eb91be7b5a4f0fe3eb8ee (patch)
tree4f2fb3f16257ed2157da1473f2a9bcca04fdb918 /apps/app_playback.c
parent6dbb27f60f865e50e7cb158cfb25875dcc72ca57 (diff)
Ensure say_cfg is NULL when the module is loaded. (issue #8946 reported by junky)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@53152 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.