aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_zapscan.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_zapscan.c')
-rwxr-xr-xapps/app_zapscan.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/app_zapscan.c b/apps/app_zapscan.c
index a6480cb9a..0ce58bbd0 100755
--- a/apps/app_zapscan.c
+++ b/apps/app_zapscan.c
@@ -65,7 +65,6 @@ LOCAL_USER_DECL;
#define CONF_SIZE 160
static struct ast_channel *get_zap_channel_locked(int num) {
- struct ast_channel *c=NULL;
char name[80];
snprintf(name,sizeof(name),"Zap/%d-1",num);