Skip to content
Snippets Groups Projects
Commit 12071c18 authored by Michiel van Baak's avatar Michiel van Baak
Browse files

make this compile under devmode

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@158686 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 2f65e692
Branches release-6.2
No related tags found
No related merge requests found
......@@ -252,7 +252,7 @@ static int realtimefield_read(struct ast_channel *chan, const char *cmd, char *d
struct ast_str *escapebuf = ast_str_thread_get(&buf1, 16);
struct ast_str *fields = ast_str_thread_get(&buf2, 16);
struct ast_str *values = ast_str_thread_get(&buf3, 16);
int first;
int first = NULL;
enum { rtfield, rthash } which;
AST_DECLARE_APP_ARGS(args,
AST_APP_ARG(family);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment