[svn-commits] rmudgett: branch 10 r339777 - in /branches/10: ./ apps/app_url.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Oct 7 14:36:27 CDT 2011


Author: rmudgett
Date: Fri Oct  7 14:36:24 2011
New Revision: 339777

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=339777
Log:
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:
    branches/10/   (props changed)
    branches/10/apps/app_url.c

Propchange: branches/10/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.

Modified: branches/10/apps/app_url.c
URL: http://svnview.digium.com/svn/asterisk/branches/10/apps/app_url.c?view=diff&rev=339777&r1=339776&r2=339777
==============================================================================
--- branches/10/apps/app_url.c (original)
+++ branches/10/apps/app_url.c Fri Oct  7 14:36:24 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 svn-commits mailing list