[Asterisk-cvs] asterisk/apps app_zapscan.c,1.18,1.19
kpfleming at lists.digium.com
kpfleming at lists.digium.com
Tue Jun 7 12:57:00 CDT 2005
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv16633/apps
Modified Files:
app_zapscan.c
Log Message:
various compiler warning fixes (bug #4483)
Index: app_zapscan.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_zapscan.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- app_zapscan.c 6 Jun 2005 22:39:32 -0000 1.18
+++ app_zapscan.c 7 Jun 2005 16:59:20 -0000 1.19
@@ -65,7 +65,6 @@
#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);
More information about the svn-commits
mailing list