Colin Watson points out an apparently erroneous cast: Ssh_gss_name
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 31 Aug 2008 19:18:17 +0000 (19:18 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 31 Aug 2008 19:18:17 +0000 (19:18 +0000)
commit5de9b45ddffe2bf370e89519e2f7a0ca80329f26
treee2305d69bc49ce0f579b1169ed9ffe12e9a686bc
parent6196fb7ebed0b7e53b706faacfcc5fb13aa24738
Colin Watson points out an apparently erroneous cast: Ssh_gss_name
and gss_name_t are supposed to be congruent types, so a pointer to
one should never be cast to a non-indirect instance of the other.

git-svn-id: svn://svn.tartarus.org/sgt/putty@8157 cda61777-01e9-0310-a592-d414129be87e
unix/uxgss.c