[Asterisk-cvs] asterisk/channels chan_zap.c,1.260,1.261
markster at lists.digium.com
markster at lists.digium.com
Wed Jun 9 08:52:44 CDT 2004
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv15576/channels
Modified Files:
chan_zap.c
Log Message:
Return NULL if no CRV found
Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.260
retrieving revision 1.261
diff -u -d -r1.260 -r1.261
--- chan_zap.c 9 Jun 2004 08:46:32 -0000 1.260
+++ chan_zap.c 9 Jun 2004 13:55:52 -0000 1.261
@@ -6412,6 +6412,7 @@
return p;
p = p->next;
}
+ return NULL;
}
More information about the svn-commits
mailing list