From b4193780f9105379794380842380c0831837fd42 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Wed, 11 Jul 2001 18:27:01 +0000 Subject: [PATCH] kaauxdb-fix-silly-comment-substitution-20010711 how afs_int32 can you be? --- src/kauth/kaauxdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kauth/kaauxdb.c b/src/kauth/kaauxdb.c index 51d8fdd4a4..7afbf30ae4 100644 --- a/src/kauth/kaauxdb.c +++ b/src/kauth/kaauxdb.c @@ -118,7 +118,7 @@ int kaux_write( /* adjust this user's records to reflect a failure. * locktime is the value stored in the main database that specifies - * how afs_int32 a user's ID should be locked once the attempts limit has + * how long a user's ID should be locked once the attempts limit has * been exceeded. It also functions as the interval during which the * permitted N-1 authentication failures plus the forbidden Nth * failure must occur, in order for the ID to actually be locked. Ie,