Semantic fix in the X11 `authentication failed' error packet
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 28 Aug 2001 12:24:50 +0000 (12:24 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 28 Aug 2001 12:24:50 +0000 (12:24 +0000)
commit75105663bb397a7f141a9a1af50062b47825324b
treeb32cefdbb84f3f7de29210275e62d1cde6febb80
parenta41965794a63cac0a98650e40a2c0c3076b91cbf
Semantic fix in the X11 `authentication failed' error packet
construction. Doesn't actually affect anything right now, since the
bug was a failure to round a length up to the next multiple of 4 and
it so happens that our current message was exactly 40 bytes anyway
:-) But if we start giving a wider variety of messages one day then
it might be handy to be able to do them without gratuitous crashes.

git-svn-id: svn://svn.tartarus.org/sgt/putty@1222 cda61777-01e9-0310-a592-d414129be87e
x11fwd.c