X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/58b60d163a3c1a5735240ec1697d437b7aaf524a..eabf5e199ea94140088fedf87e34251240be7359:/openssh/kexgsss.c diff --git a/openssh/kexgsss.c b/openssh/kexgsss.c index b4e0f2c..468f410 100644 --- a/openssh/kexgsss.c +++ b/openssh/kexgsss.c @@ -112,12 +112,6 @@ kexgss_server(Kex *kex) gss_release_buffer(&min_status,&recv_tok); -#ifdef GSS_C_GLOBUS_LIMITED_PROXY_FLAG - if (ret_flags & GSS_C_GLOBUS_LIMITED_PROXY_FLAG) { - packet_disconnect("Limited proxy is not allowed in gssapi key exchange."); - } -#endif - if (maj_status!=GSS_S_COMPLETE && send_tok.length==0) { fatal("Zero length token output when incomplete"); }