projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76e8dd8
)
no need for XXX...it is the proper error code
author
John Kohl
<jtkohl@mit.edu>
Thu, 18 Oct 1990 16:03:24 +0000
(16:03 +0000)
committer
John 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
patch
|
blob
|
history
diff --git
a/src/lib/krb5/krb/rd_priv.c
b/src/lib/krb5/krb/rd_priv.c
index 10cb7ab610ba80dc15089adccb254875365cfe75..24d04001353923a2736144561500b2d086b0e33b 100644
(file)
--- 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 */