summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/kadmin/ktutil/ktutil.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/kadmin/ktutil/ktutil.c b/src/kadmin/ktutil/ktutil.c
index e2464e853..1138f0a37 100644
--- a/src/kadmin/ktutil/ktutil.c
+++ b/src/kadmin/ktutil/ktutil.c
@@ -1,7 +1,7 @@
/*
* kadmin/ktutil/ktutil.c
*
- * Copyright 1995, 1996 by the Massachusetts Institute of Technology.
+ * Copyright 1995, 1996, 2008 by the Massachusetts Institute of Technology.
* All Rights Reserved.
*
* Export of this software from the United States of America may
@@ -252,6 +252,7 @@ void ktutil_list(argc, argv)
char fill;
time_t tstamp;
+ tstamp = lp->entry->timestamp;
(void) localtime(&tstamp);
lp->entry->timestamp = tstamp;
fill = ' ';