aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Howard <lukeh@padl.com>2009-01-02 23:59:17 +0000
committerLuke Howard <lukeh@padl.com>2009-01-02 23:59:17 +0000
commitab897d9ec8596fbe76bb352c1ec6a31014b5b3c1 (patch)
treebefa120ebc5efd704e45308c1d28c557d3ee8310
parent4e9c31f9d1725595d84bd25c41b5bc4474c33fbc (diff)
downloadkrb5-ab897d9ec8596fbe76bb352c1ec6a31014b5b3c1.zip
krb5-ab897d9ec8596fbe76bb352c1ec6a31014b5b3c1.tar.gz
krb5-ab897d9ec8596fbe76bb352c1ec6a31014b5b3c1.tar.bz2
Indent fixup
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/mskrb-integ@21675 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/kdc/kdc_util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kdc/kdc_util.c b/src/kdc/kdc_util.c
index a3cd2ac..dc33c1a 100644
--- a/src/kdc/kdc_util.c
+++ b/src/kdc/kdc_util.c
@@ -295,8 +295,8 @@ kdc_process_tgs_req(krb5_kdc_req *request, const krb5_fulladdr *from,
if ((retval = kdc_get_server_key(apreq->ticket, 0, krbtgt, nprincs, &key, &kvno)))
goto cleanup_auth_context;
/*
-* We do not use the KDB keytab because other parts of the TGS need the TGT key.
-*/
+ * We do not use the KDB keytab because other parts of the TGS need the TGT key.
+ */
retval = krb5_auth_con_setuseruserkey(kdc_context, auth_context, key);
krb5_free_keyblock(kdc_context, key);
if (retval)