[asterisk-commits] file: trunk r53153 - in /trunk: ./ apps/app_playback.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Mon Feb 5 10:06:57 MST 2007


Author: file
Date: Mon Feb  5 11:06:56 2007
New Revision: 53153

URL: http://svn.digium.com/view/asterisk?view=rev&rev=53153
Log:
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)

........

Modified:
    trunk/   (props changed)
    trunk/apps/app_playback.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/apps/app_playback.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_playback.c?view=diff&rev=53153&r1=53152&r2=53153
==============================================================================
--- trunk/apps/app_playback.c (original)
+++ trunk/apps/app_playback.c Mon Feb  5 11:06:56 2007
@@ -68,7 +68,7 @@
 ;
 
 
-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.



More information about the asterisk-commits mailing list