[LightDM] XDMCP_ForwardQuery ?

Martin Vogt martin.vogt at itwm.fraunhofer.de
Fri Oct 30 09:51:09 PDT 2015



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



More information about the LightDM mailing list