From 948a0f26fe98095d48454bdfb081aaf5ebd29a99 Mon Sep 17 00:00:00 2001 From: sruffell Date: Tue, 18 Nov 2008 21:12:19 +0000 Subject: 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 --- kernel/wctc4xxp/base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3