summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsruffell <sruffell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-11-18 21:12:19 +0000
committersruffell <sruffell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-11-18 21:12:19 +0000
commit948a0f26fe98095d48454bdfb081aaf5ebd29a99 (patch)
tree3d860e5816895ce0fb98dca91ce82aa8676210ad
parentcfb4cf68e4698394080026d9c9d273ccd8b38b06 (diff)
Fix typo that was preventing compilation of wctc4xxp.
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4585 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rw-r--r--kernel/wctc4xxp/base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/wctc4xxp/base.c b/kernel/wctc4xxp/base.c
index 7092b61..930dbd3 100644
--- a/kernel/wctc4xxp/base.c
+++ b/kernel/wctc4xxp/base.c
@@ -1497,7 +1497,7 @@ do_channel_allocate(struct zt_transcoder_channel *dtc)
/* 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);