[asterisk-commits] rmudgett: trunk r339778 - in /trunk: ./ apps/app_url.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Oct 7 14:37:37 CDT 2011
Author: rmudgett
Date: Fri Oct 7 14:37:33 2011
New Revision: 339778
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=339778
Log:
Merged revisions 339777 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/10
................
r339777 | rmudgett | 2011-10-07 14:36:24 -0500 (Fri, 07 Oct 2011) | 12 lines
Merged revisions 339776 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r339776 | rmudgett | 2011-10-07 14:34:55 -0500 (Fri, 07 Oct 2011) | 5 lines
Initialize option flags for SendURL application.
(closes issue ASTERISK-18574)
Reported by: marcelloceschia
........
................
Modified:
trunk/ (props changed)
trunk/apps/app_url.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-10-merged' - no diff available.
Modified: trunk/apps/app_url.c
URL: http://svnview.digium.com/svn/asterisk/trunk/apps/app_url.c?view=diff&rev=339778&r1=339777&r2=339778
==============================================================================
--- trunk/apps/app_url.c (original)
+++ trunk/apps/app_url.c Fri Oct 7 14:37:33 2011
@@ -101,7 +101,7 @@
struct ast_frame *f;
char *status = "FAILURE";
char *opts[0];
- struct ast_flags flags;
+ struct ast_flags flags = { 0 };
AST_DECLARE_APP_ARGS(args,
AST_APP_ARG(url);
AST_APP_ARG(options);
More information about the asterisk-commits
mailing list