Commit 78e6cf98 authored by Konstantin Artyushkin's avatar Konstantin Artyushkin

remove untrusted warning (eterbug #11593)

parent 28a04b78
......@@ -424,8 +424,9 @@ client_x11_get_proto(struct ssh *ssh, const char *display,
/* Don't fall back to fake X11 data for untrusted forwarding */
if (!trusted && !got_data) {
error("Warning: untrusted X11 forwarding setup failed: "
"xauth key data not generated");
// Remove untrusted warning (eterbug #11593)
//error("Warning: untrusted X11 forwarding setup failed: "
// "xauth key data not generated");
return -1;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment