[LightDM] XDMCP_ForwardQuery ?
Robert Ancell
robert.ancell at gmail.com
Sun Nov 1 19:53:35 PST 2015
Thanks for the review! This change will go into the next releases.
On Sat, 31 Oct 2015 at 05:51 Martin Vogt <martin.vogt at itwm.fraunhofer.de>
wrote:
>
>
> On 10/30/2015 05:31 PM, Martin Vogt wrote:
> >
> >
> > On 10/30/2015 09:56 AM, Martin Vogt wrote:
> >>
> >>
> >> On 10/30/2015 12:11 AM, Robert Ancell wrote:
> >> But most likely it has to do with some opengl extensions
> >> and is not XDMCP protocol related.
> >
> > Hm, I currently have a segfault.
>
> Found it!
> I seems the patch is missing a break statement and has
> a "fallthrought"
>
> patch:
>
> case XDMCP_ForwardQuery:
> handle_forward_query (server, socket, address, packet);
> ------> missing break
> case XDMCP_Request:
> handle_request (server, socket, address, packet);
> break;
>
>
> I added the "break;" and now it seems to work.
>
>
> Best regards,
>
> Martin
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/lightdm/attachments/20151102/ce139eb0/attachment.html>
More information about the LightDM
mailing list