Skip to content
  • David King's avatar
    Reject new clients if in the deferred state · 86033723
    David King authored and David King's avatar David King committed
    As mentioned in bug 641811, Vino can get stuck trying to process the
    same data in an infinite loop if an authentication request is received
    from a client while that client is in the deferred state.
    
    Avoid this situation by closing new connections from the same client
    when it is in the deferred state.
    86033723