Skip to content
Snippets Groups Projects
Commit 56c9f288 authored by Richard Mudgett's avatar Richard Mudgett
Browse files

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
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@339778 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 363e3fef
Branches
Tags
No related merge requests found
......@@ -101,7 +101,7 @@ static int sendurl_exec(struct ast_channel *chan, const char *data)
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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment