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?

I just tried that and the Mumble Server is now working fine with IPv4.

I'll report this upstream.

--
Mit freundlichen Grüßen
Jens Mühlenhoff


--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to