diff options
Diffstat (limited to 'src/lib/krb5/rcache/t_replay.c')
-rw-r--r-- | src/lib/krb5/rcache/t_replay.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/krb5/rcache/t_replay.c b/src/lib/krb5/rcache/t_replay.c index c38a4a630..0e108bf4e 100644 --- a/src/lib/krb5/rcache/t_replay.c +++ b/src/lib/krb5/rcache/t_replay.c @@ -1,7 +1,6 @@ /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ +/* lib/krb5/rcache/t_replay.c - Test harness for replay cache */ /* - * test/threads/t_replay.c - * * Copyright (C) 2009 by the Massachusetts Institute of Technology. * All rights reserved. * @@ -23,9 +22,6 @@ * M.I.T. makes no representations about the suitability of * this software for any purpose. It is provided "as is" without express * or implied warranty. - * - * t_replay.c: Command-line interfaces to aid testing of replay cache - * */ #include <stdio.h> |