1
0
mirror of https://github.com/ericonr/sndio.git synced 2024-02-18 04:45:21 -06:00
This commit is contained in:
Alexandre Ratchov 2016-04-08 20:28:45 +02:00
parent 17ed48fb84
commit 664a4fee3d

View File

@ -1306,7 +1306,7 @@ sock_execmsg(struct sock *f)
return 0;
}
if (!dev_setctl(f->ctlslot->dev,
ntohs(m->u.mixset.addr),
ntohs(m->u.mixset.addr),
ntohs(m->u.mixset.val))) {
#ifdef DEBUG
if (log_level >= 1) {