aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dial.c
diff options
context:
space:
mode:
authoranthm <anthm@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-21 12:55:53 +0000
committeranthm <anthm@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-21 12:55:53 +0000
commitff02c2b632ab01362e6343a5b7ee4509def9dd48 (patch)
treef25921437fcc1d4c24659852e9cd201a56a997b1 /apps/app_dial.c
parent172f7c07c3200635b77ce36fa5800d04b5638eb3 (diff)
I don't know what this last update was for but app_dial.c was broken
so I added these 2 variable defs to make it compile right to spare all the end users... git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3255 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_dial.c')
-rwxr-xr-xapps/app_dial.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_dial.c b/apps/app_dial.c
index 437ff12d5..eca00317c 100755
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -410,8 +410,8 @@ static int dial_exec(struct ast_channel *chan, void *data)
char info[256], *peers, *timeout, *tech, *number, *rest, *cur;
char privdb[256] = "", *s;
char announcemsg[256] = "", *ann;
- struct localuser *outgoing=NULL, *tmp;
- struct ast_channel *peer;
+ struct localuser *outgoing=NULL, *tmp,*o=NULL;
+ struct ast_channel *peer,*in=NULL;
int to;
int allowredir_in=0;
int allowredir_out=0;