use METHOD-DATA for type compat in kdc/kerberos5.c

This commit is contained in:
Love Hornquist Astrand
2010-01-19 04:08:50 +00:00
committed by Love Hörnquist Åstrand
parent 3b034b231d
commit 7d30fc38d7

View File

@@ -776,7 +776,7 @@ FastOptions ::= BIT STRING {
KrbFastReq ::= SEQUENCE { KrbFastReq ::= SEQUENCE {
fast-options [0] FastOptions, fast-options [0] FastOptions,
padata [1] SEQUENCE OF PA-DATA, padata [1] METHOD-DATA,
req-body [2] KDC-REQ-BODY, req-body [2] KDC-REQ-BODY,
... ...
} }