git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2202 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-07-12 15:15:02 +00:00
parent 2ce7b12012
commit 6acfd5e64c

View File

@@ -22,7 +22,7 @@ krb5_rd_priv(krb5_context context,
r = KRB5KRB_AP_ERR_BADVERSION;
goto failure;
}
if (priv.msg_type != krb_safe) {
if (priv.msg_type != krb_priv) {
r = KRB5KRB_AP_ERR_MSG_TYPE;
goto failure;
}