[Asterisk-cvs] libpri q931.c,1.27,1.28
martinp at lists.digium.com
martinp at lists.digium.com
Mon Oct 13 17:10:05 CDT 2003
Update of /usr/cvsroot/libpri
In directory mongoose.digium.com:/tmp/cvs-serv10168
Modified Files:
q931.c
Log Message:
Forgot to put break in the last patch
Index: q931.c
===================================================================
RCS file: /usr/cvsroot/libpri/q931.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- q931.c 13 Oct 2003 22:34:05 -0000 1.27
+++ q931.c 13 Oct 2003 22:36:07 -0000 1.28
@@ -1264,6 +1264,7 @@
cr &= ~0x80;
cr |= 0x8000;
}
+ break;
default:
pri_error("Call Reference Length not supported: %d\n", h->crlen);
}
More information about the svn-commits
mailing list