[zaptel-commits] bweschke: branch 1.4 r1611 - in /branches/1.4: ./
zaptel.c
zaptel-commits at lists.digium.com
zaptel-commits at lists.digium.com
Thu Nov 16 21:12:38 MST 2006
Author: bweschke
Date: Thu Nov 16 22:12:38 2006
New Revision: 1611
URL: http://svn.digium.com/view/zaptel?view=rev&rev=1611
Log:
Merged revisions 1610 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.2
........
r1610 | bweschke | 2006-11-16 23:06:05 -0500 (Thu, 16 Nov 2006) | 4 lines
mattf - I'm not sure if this is where you wanted the definitions placed.
If not, please fix, but this gets the compiles working again for now.
........
Modified:
branches/1.4/ (props changed)
branches/1.4/zaptel.c
Propchange: branches/1.4/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.
Modified: branches/1.4/zaptel.c
URL: http://svn.digium.com/view/zaptel/branches/1.4/zaptel.c?view=diff&rev=1611&r1=1610&r2=1611
==============================================================================
--- branches/1.4/zaptel.c (original)
+++ branches/1.4/zaptel.c Thu Nov 16 22:12:38 2006
@@ -4689,6 +4689,9 @@
int zt_unregister(struct zt_span *span)
{
int x;
+ int new_maxspans;
+ static struct zt_span *new_master;
+
#ifdef CONFIG_PROC_FS
char tempfile[17];
#endif /* CONFIG_PROC_FS */
More information about the zaptel-commits
mailing list