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

Modified Files:
        ztcfg.c 
Log Message:
Fix span= in ztcfg (bug #3943)


Index: ztcfg.c
===================================================================
RCS file: /usr/cvsroot/zaptel/ztcfg.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- ztcfg.c     10 Jan 2005 04:06:49 -0000      1.20
+++ ztcfg.c     4 Apr 2005 14:19:13 -0000       1.21
@@ -300,7 +300,7 @@
                        return -1;
                }
        }
-       lc[spans].span = spans + 1;
+       lc[spans].span = span;
        lc[spans].sync = timing;
        /* Valid span */
        spans++;

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to