[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 08:17:44 CST 2008


The following issue has been RESOLVED. 
====================================================================== 
http://bugs.digium.com/view.php?id=14090 
====================================================================== 
Reported By:                alecdavis
Assigned To:                russell
====================================================================== 
Project:                    Asterisk
Issue ID:                   14090
Category:                   Channels/chan_dahdi
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     resolved
Asterisk Version:           SVN 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             2008-12-16 03:44 CST
Last Modified:              2008-12-16 08:17 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 08:17 svnbot         Status                   assigned => resolved
2008-12-16 08:17 svnbot         Resolution               open => fixed       
======================================================================




More information about the asterisk-bugs mailing list