[Asterisk-cvs] zaptel ChangeLog, 1.1.2.9, 1.1.2.10 ztcfg.c, 1.16, 1.16.2.1

russell at lists.digium.com russell at lists.digium.com
Tue Apr 5 00:56:45 CDT 2005


Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv4857

Modified Files:
      Tag: v1-0
	ChangeLog ztcfg.c 
Log Message:
pay attention to first num in span= line (bug #3943)


Index: ChangeLog
===================================================================
RCS file: /usr/cvsroot/zaptel/ChangeLog,v
retrieving revision 1.1.2.9
retrieving revision 1.1.2.10
diff -u -d -r1.1.2.9 -r1.1.2.10
--- ChangeLog	5 Apr 2005 05:39:48 -0000	1.1.2.9
+++ ChangeLog	5 Apr 2005 05:49:33 -0000	1.1.2.10
@@ -1,6 +1,7 @@
  -- added some use counts to prevent kernel panics when improperly unloading modules
  -- fixed a problem in the Makefile that would cause problems if the system did not
     have 'chkconfig'
+ -- fixed a problem with ztcfg ignoring the first number in the span= line
 zaptel 1.0.7
  -- Makefile
     -- An alias has been added so that you can load wcfxs with 'modprobe wctdm'.

Index: ztcfg.c
===================================================================
RCS file: /usr/cvsroot/zaptel/ztcfg.c,v
retrieving revision 1.16
retrieving revision 1.16.2.1
diff -u -d -r1.16 -r1.16.2.1
--- ztcfg.c	10 Sep 2004 13:43:51 -0000	1.16
+++ ztcfg.c	5 Apr 2005 05:49:33 -0000	1.16.2.1
@@ -267,7 +267,7 @@
 			return -1;
 		}
 	}
-	lc[spans].span = spans + 1;
+	lc[spans].span = span;
 	lc[spans].sync = timing;
 	/* Valid span */
 	spans++;




More information about the svn-commits mailing list