(gss_accept_sec_context): check if we need compat for older get_mic/verify_mic
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11617 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		@@ -248,6 +248,10 @@ gss_accept_sec_context
 | 
			
		||||
	goto failure;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    ret = _gss_DES3_get_mic_compat(minor_status, *context_handle);
 | 
			
		||||
    if (ret)
 | 
			
		||||
	goto failure;
 | 
			
		||||
 | 
			
		||||
    if (src_name != NULL) {
 | 
			
		||||
	kret = krb5_copy_principal (gssapi_krb5_context,
 | 
			
		||||
				    ticket->client,
 | 
			
		||||
 
 | 
			
		||||
@@ -248,6 +248,10 @@ gss_accept_sec_context
 | 
			
		||||
	goto failure;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    ret = _gss_DES3_get_mic_compat(minor_status, *context_handle);
 | 
			
		||||
    if (ret)
 | 
			
		||||
	goto failure;
 | 
			
		||||
 | 
			
		||||
    if (src_name != NULL) {
 | 
			
		||||
	kret = krb5_copy_principal (gssapi_krb5_context,
 | 
			
		||||
				    ticket->client,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user