From 2b6003354242b1ade9d16f4ab143e14eb58291ba Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Wed, 5 Sep 2007 15:23:57 +0000 Subject: [PATCH] Merged revisions 81525 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r81525 | mmichelson | 2007-09-05 10:19:47 -0500 (Wed, 05 Sep 2007) | 4 lines Fixing the build... ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@81526 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_queue.c | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/app_queue.c b/apps/app_queue.c index d276ea6300..8c3cc9b4db 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -3773,6 +3773,7 @@ static int queue_function_var(struct ast_channel *chan, const char *cmd, char *d { int res = -1; struct call_queue *q; + struct member *m; char interfacevar[256]=""; float sl = 0;