[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Trying to run a Mumble Server



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


Reply to: