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;