mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
Weird. When I merged my changes from 1.4, they merged into the wrong function.
This should fix the build for trunk. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@81535 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3773,7 +3773,6 @@ 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;
|
||||
@@ -3822,6 +3821,7 @@ static int queue_function_qac(struct ast_channel *chan, const char *cmd, char *d
|
||||
{
|
||||
int count = 0;
|
||||
struct call_queue *q;
|
||||
struct member *m;
|
||||
|
||||
buf[0] = '\0';
|
||||
|
||||
|
Reference in New Issue
Block a user