projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9c21d1
)
need &reply, not reply
author
John Kohl
<jtkohl@mit.edu>
Fri, 6 Apr 1990 15:58:53 +0000
(15:58 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Fri, 6 Apr 1990 15:58:53 +0000
(15:58 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@474
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/krb5/krb/get_in_tkt.c
patch
|
blob
|
history
diff --git
a/src/lib/krb5/krb/get_in_tkt.c
b/src/lib/krb5/krb/get_in_tkt.c
index f8722e17d5d3290c935c21e1b79fae65ad5c08ed..787c93ab2703d70827f28606241b2acf3eb52920 100644
(file)
--- a/
src/lib/krb5/krb/get_in_tkt.c
+++ b/
src/lib/krb5/krb/get_in_tkt.c
@@
-114,8
+114,8
@@
OLDDECLARG(krb5_ccache, ccache)
/* now decode the reply...could be error or as_rep */
- if (retval = decode_krb5_as_rep(reply, &as_reply)) {
- if (decode_krb5_error(reply, &err_reply))
+ if (retval = decode_krb5_as_rep(
&
reply, &as_reply)) {
+ if (decode_krb5_error(
&
reply, &err_reply))
return retval; /* some other reply--??? */
/* it was an error */