K 10 svn:author V 5 harti K 8 svn:date V 27 2007-06-14T19:58:24.000000Z K 7 svn:log V 411 According to the documentation mech_type for gss_init_sec_context() may be passed as GSS_C_NO_OID in which case a default mech should be used. This case was not handled and leads to core dumps when using nss_ldap. Now use the first mech in this case. When there is no mechanism available return an error (this part is taken from the PR). PR: 113266 Submitted by: Eirik Nygaard (partly) END