no need for XXX...it is the proper error code
authorJohn Kohl <jtkohl@mit.edu>
Thu, 18 Oct 1990 16:03:24 +0000 (16:03 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 18 Oct 1990 16:03:24 +0000 (16:03 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1276 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/krb/rd_priv.c

index 10cb7ab610ba80dc15089adccb254875365cfe75..24d04001353923a2736144561500b2d086b0e33b 100644 (file)
@@ -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 */