Commit b19be3b6 authored by Vitaly Lipatov's avatar Vitaly Lipatov Committed by Pavel Vainerman

remove untrusted warning (eterbug #11593)

parent 4a41a13d
......@@ -448,8 +448,9 @@ client_x11_get_proto(const char *display, const char *xauth_path,
if (f)
pclose(f);
} else {
debug("Warning: untrusted X11 forwarding setup failed: "
"xauth key data not generated");
// FIXME eterbug #11676
//debug("Warning: untrusted X11 forwarding setup failed: "
// "untrusted xauth key data not generated");
}
}
......@@ -460,8 +461,9 @@ client_x11_get_proto(const char *display, const char *xauth_path,
/* 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");
// FIXME eterbug #11676
//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