summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zaptel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/zaptel.c b/zaptel.c
index 85e900a..77a2cca 100644
--- a/zaptel.c
+++ b/zaptel.c
@@ -2977,6 +2977,7 @@ static int zt_common_ioctl(struct inode *node, struct file *file, unsigned int c
else stack.param.spanno = 0;
strncpy(stack.param.name, chan->name, sizeof(stack.param.name) - 1);
stack.param.chanpos = chan->chanpos;
+ stack.param.sigcap = chan->sigcap;
/* Return current law */
if (chan->xlaw == __zt_alaw)
stack.param.curlaw = ZT_LAW_ALAW;