From: John Kohl Date: Thu, 18 Oct 1990 16:03:24 +0000 (+0000) Subject: no need for XXX...it is the proper error code X-Git-Tag: krb5-1.0-alpha2~135 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=360e670e9185b13e657d69e3f8332a143a80d07b;p=krb5.git no need for XXX...it is the proper error code git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1276 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/krb/rd_priv.c b/src/lib/krb5/krb/rd_priv.c index 10cb7ab61..24d040013 100644 --- a/src/lib/krb5/krb/rd_priv.c +++ b/src/lib/krb5/krb/rd_priv.c @@ -78,7 +78,7 @@ OLDDECLARG(krb5_data *, outbuf) #define cleanup_privmsg() {(void)xfree(privmsg->enc_part.ciphertext.data); (void)xfree(privmsg);} if (!valid_etype(privmsg->enc_part.etype)) { cleanup_privmsg(); - return KRB5_PROG_ETYPE_NOSUPP; /* XXX */ + return KRB5_PROG_ETYPE_NOSUPP; } /* put together an eblock for this decryption */