]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Colin Watson points out an apparently erroneous cast: Ssh_gss_name
authorSimon Tatham <anakin@pobox.com>
Sun, 31 Aug 2008 19:18:17 +0000 (19:18 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 31 Aug 2008 19:18:17 +0000 (19:18 +0000)
commit2d4c520fb35988a11a3e67cb757c00b7e53889d4
treee2305d69bc49ce0f579b1169ed9ffe12e9a686bc
parentc5aa7009fa3912a73995e5ab7b7de068078b6da3
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: http://svn.tartarus.org/sgt/putty@8157 cda61777-01e9-0310-a592-d414129be87e
unix/uxgss.c