X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/3d88e64dfcf5dc0fd361ce0c504c67a9196ce44c..811453cbc32f1f0f14cfef25f54eabf2e3b28bd9:/unix/ux_x11.c diff --git a/unix/ux_x11.c b/unix/ux_x11.c index 47d0ef5f..67c76f83 100644 --- a/unix/ux_x11.c +++ b/unix/ux_x11.c @@ -13,6 +13,7 @@ void platform_get_x11_auth(char *display, int *protocol, char *command; int maxsize = *datalen; char *localbuf; + int proto = -1; /* * Normally we should run `xauth list DISPLAYNAME'. However, @@ -36,7 +37,7 @@ void platform_get_x11_auth(char *display, int *protocol, * Read a line from stdin, and attempt to parse it into a * display name (ignored), auth protocol, and auth string. */ - int c, i, hexdigit, proto; + int c, i, hexdigit; char protoname[64]; /* Skip the display name. */