Remove spurious assertion in handle_authdata
authorGreg Hudson <ghudson@mit.edu>
Fri, 22 May 2009 14:08:25 +0000 (14:08 +0000)
committerGreg Hudson <ghudson@mit.edu>
Fri, 22 May 2009 14:08:25 +0000 (14:08 +0000)
commitdba341349d6a9ba07fc837a8913128746212008c
tree70f0eeecbfc98e7c47901a88bd24dba41274ae0f
parent4c2f3d2e1983f0465b2ae1ff7305edadb4ff138c
Remove spurious assertion in handle_authdata

In handle_authdata in the KDC, remove a spurious assertion (added in
r21566 on the mskrb-integ branch) that authdata starts out empty.
authdata can be legitimately added by check_padata, which precedes
handle_authdata, and this happens with pkinit.

ticket: 6492
tags: pullup
target_version: 1.7

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22360 dc483132-0cff-0310-8789-dd5450dbe970
src/kdc/kdc_authdata.c