aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/kdc/replay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kdc/replay.c b/src/kdc/replay.c
index 1c7aff3..264d663 100644
--- a/src/kdc/replay.c
+++ b/src/kdc/replay.c
@@ -72,7 +72,7 @@ register krb5_data **outpkt;
stale entries while we're here */
if (root_ptr.next) {
- for (last=&root_ptr, eptr = root_ptr.next;
+ for (last = &root_ptr, eptr = root_ptr.next;
eptr;
eptr = eptr->next) {
if (MATCH(eptr)) {