summaryrefslogtreecommitdiff
path: root/zaptel.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-06-21 23:52:40 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-06-21 23:52:40 +0000
commit7876ba00032d1117816414899497de867bf3eb31 (patch)
tree8726c2acbfe4e1d46f60b140e0f58e7f59249229 /zaptel.c
parent56270d3698dc53f439a7fc8f7c26c10b0d79bc0c (diff)
correct ZT_TONE_CALLWAIT for de and dk zones (bug #4519)
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@680 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zaptel.c')
-rwxr-xr-xzaptel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zaptel.c b/zaptel.c
index cc900dd..3d12c1c 100755
--- a/zaptel.c
+++ b/zaptel.c
@@ -2420,7 +2420,7 @@ ioctl_load_zone(unsigned long data)
next[x] = td.next;
/* Make sure the "next" one is sane */
if ((next[x] >= th.count) || (next[x] < 0)) {
- printk("Invalid 'next' pointer\n");
+ printk("Invalid 'next' pointer: %d\n", next[x]);
kfree(slab);
return -EINVAL;
}