Skip to content
Snippets Groups Projects
Commit a21507a6 authored by Russell Bryant's avatar Russell Bryant
Browse files

suppress a compiler warning

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@24534 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent a10d238d
No related branches found
No related tags found
No related merge requests found
......@@ -52,11 +52,10 @@ static char *tdesc = "Read/Write values from a RealTime repository";
static int function_realtime_read(struct ast_channel *chan, char *cmd, char *data, char *buf, size_t len)
{
struct ast_variable *var, *head;
struct localuser *u;
char *results;
unsigned int resultslen=0;
size_t resultslen = 0;
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.
Finish editing this message first!
Please register or to comment