(pk_mk_pa_reply_enckey): add missing break. From Olga Kornievskaia.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18427 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		@@ -678,6 +678,7 @@ pk_mk_pa_reply_enckey(krb5_context context,
 | 
				
			|||||||
			   buf.data, buf.length,
 | 
								   buf.data, buf.length,
 | 
				
			||||||
			   &kp, &size,ret);
 | 
								   &kp, &size,ret);
 | 
				
			||||||
	free_ReplyKeyPack_Win2k(&kp);
 | 
						free_ReplyKeyPack_Win2k(&kp);
 | 
				
			||||||
 | 
						break;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    case PKINIT_COMPAT_27: {
 | 
					    case PKINIT_COMPAT_27: {
 | 
				
			||||||
	krb5_crypto ascrypto;
 | 
						krb5_crypto ascrypto;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user