[zaptel-commits] sruffell: branch 1.4 r4585 - /branches/1.4/kernel/wctc4xxp/base.c
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Tue Nov 18 15:12:19 CST 2008
Author: sruffell
Date: Tue Nov 18 15:12:19 2008
New Revision: 4585
URL: http://svn.digium.com/view/zaptel?view=rev&rev=4585
Log:
Fix typo that was preventing compilation of wctc4xxp.
Modified:
branches/1.4/kernel/wctc4xxp/base.c
Modified: branches/1.4/kernel/wctc4xxp/base.c
URL: http://svn.digium.com/view/zaptel/branches/1.4/kernel/wctc4xxp/base.c?view=diff&rev=4585&r1=4584&r2=4585
==============================================================================
--- branches/1.4/kernel/wctc4xxp/base.c (original)
+++ branches/1.4/kernel/wctc4xxp/base.c Tue Nov 18 15:12:19 2008
@@ -1497,7 +1497,7 @@
/* Check again to see if the channel was built after grabbing the
* channel semaphore, in case the previous holder of the semaphore
* built this channel as a complement to itself. */
- if (dahdi_tc_is_built(dtc)) {
+ if (zt_tc_is_built(dtc)) {
up(&wc->chansem);
DTE_DEBUG(DTE_DEBUG_CHANNEL_SETUP,
"Allocating channel %p which is already built.\n", dtc);
More information about the zaptel-commits
mailing list