[svn-commits] file: trunk r82962 - in /trunk: ./ apps/app_queue.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Tue Sep 18 18:42:24 CDT 2007
Author: file
Date: Tue Sep 18 18:42:24 2007
New Revision: 82962
URL: http://svn.digium.com/view/asterisk?view=rev&rev=82962
Log:
Merged revisions 82961 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r82961 | file | 2007-09-18 20:41:02 -0300 (Tue, 18 Sep 2007) | 2 lines
Initialize a variable to NULL to make the world happy.
........
Modified:
trunk/ (props changed)
trunk/apps/app_queue.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/apps/app_queue.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_queue.c?view=diff&rev=82962&r1=82961&r2=82962
==============================================================================
--- trunk/apps/app_queue.c (original)
+++ trunk/apps/app_queue.c Tue Sep 18 18:42:24 2007
@@ -4064,7 +4064,7 @@
const char *general_val = NULL;
char parse[80];
char *interface;
- char *membername;
+ char *membername = NULL;
int penalty;
struct ast_flags config_flags = { reload ? CONFIG_FLAG_FILEUNCHANGED : 0 };
AST_DECLARE_APP_ARGS(args,
More information about the svn-commits
mailing list