On Thu, 2013-09-19 at 23:12 +0200, Jens Mühlenhoff wrote:
> Am 19.09.2013 05:52, schrieb Svante Signell:
> > In the Qt case you can make it a one-liner:
> > Change
> >      if (fd != -1 || errno != EINVAL)
> > to
> >      if (fd != -1 || !(errno == ENOSYS || errno == EINVAL))
> > as already used for accept4 on line 122
> >
> 
> You meant EPROTOTYPE instead of ENOSYS?

Yes, of course.

> I just tried that and the Mumble Server is now working fine with IPv4.
> 
> I'll report this upstream.

Good!



-- 
To UNSUBSCRIBE, email to debian-hurd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1379657940.29261.29.ca...@g3620.my.own.domain

Reply via email to