X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=x11fwd.c;h=760a80b128a6cf09f0b04fb840510a2973164348;hb=8316deb3399fe1d0c406132cf2e795a76de26b64;hp=b868ecb53ad4445e43fb064525dc656949299d20;hpb=b69e9d07816162a76f2e3813a44db4cad7d22d93;p=PuTTY.git 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;