projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5ac111
)
move var decl before code
author
Ken Raeburn
<raeburn@mit.edu>
Thu, 1 Jun 2006 22:48:20 +0000
(22:48 +0000)
committer
Ken Raeburn
<raeburn@mit.edu>
Thu, 1 Jun 2006 22:48:20 +0000
(22:48 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18073
dc483132
-0cff-0310-8789-
dd5450dbe970
src/kdc/do_tgs_req.c
patch
|
blob
|
history
diff --git
a/src/kdc/do_tgs_req.c
b/src/kdc/do_tgs_req.c
index 4f02ad60b435b2c9161add818089cb61d60a1687..fd868ff36796c3e968f862acb218041474239c6d 100644
(file)
--- a/
src/kdc/do_tgs_req.c
+++ b/
src/kdc/do_tgs_req.c
@@
-646,9
+646,9
@@
tgt_again:
cleanup:
if (status) {
+ char * emsg = NULL;
if (!errcode)
rep_etypes2str(rep_etypestr, sizeof(rep_etypestr), &reply);
- char * emsg = NULL;
if(errcode)
emsg = krb5_get_error_message (kdc_context, errcode);
krb5_klog_syslog(LOG_INFO,