X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/5f8ff48c3536252d8cc5d5f3d58fe782f4acf81d..dee42491003c8fdd01bd039da46b9d6a2d171584:/x11fwd.c diff --git a/x11fwd.c b/x11fwd.c index b868ecb5..760a80b1 100644 --- a/x11fwd.c +++ b/x11fwd.c @@ -111,6 +111,7 @@ void *x11_invent_auth(char *proto, int protomaxlen, auth->fakelen = 16; for (i = 0; i < 16; i++) auth->fakedata[i] = random_byte(); + auth->xdmseen = NULL; } else { assert(proto_id == X11_XDM); auth->fakeproto = X11_XDM;