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

Re: Trying to run a Mumble Server



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!



Reply to: