[asterisk-bugs] [Asterisk 0014090]: [patch] unable to set DAHDI_VMWI to lower level drivers

Asterisk Bug Tracker noreply at bugs.digium.com
Tue Dec 16 03:46:34 CST 2008


The following issue has been UPDATED. 
====================================================================== 
http://bugs.digium.com/view.php?id=14090 
====================================================================== 
Reported By:                alecdavis
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   14090
Category:                   Channels/chan_dahdi
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
Asterisk Version:           SVN 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             2008-12-16 03:44 CST
Last Modified:              2008-12-16 03:46 CST
====================================================================== 
Summary:                    [patch] unable to set DAHDI_VMWI to lower level
drivers
Description: 
The ioctl to set DAHDI_VMWI is missing an '&' in do_monitor
 res2 = ioctl(last->subs[SUB_REAL].dfd, DAHDI_VMWI, res);

should be
 res2 = ioctl(last->subs[SUB_REAL].dfd, DAHDI_VMWI, &res);

As is the case with every other ioctl.



====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2008-12-16 03:46 alecdavis      Summary                  unable to set
DAHDI_VMWI to lower level drivers => [patch] unable to set DAHDI_VMWI to lower
level drivers
======================================================================




More information about the asterisk-bugs mailing list