aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xchannel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channel.c b/channel.c
index c73b0f31e..c2e4a77cf 100755
--- a/channel.c
+++ b/channel.c
@@ -2027,7 +2027,7 @@ struct ast_channel *__ast_request_and_dial(const char *type, int format, void *d
struct ast_channel *chan;
struct ast_frame *f;
int res = 0;
- char *variable;
+
chan = ast_request(type, format, data, &cause);
if (chan) {
if (oh) {