From 9108499532278c0f5d66c85ee5914101a8bea6c0 Mon Sep 17 00:00:00 2001 From: jmarcus Date: Wed, 19 Dec 2001 01:21:31 +0000 Subject: [PATCH] Clean up the tickle handler comment. TODO: The tickle handler syslog message needs to come out at some point. --- etc/afpd/afp_dsi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/afpd/afp_dsi.c b/etc/afpd/afp_dsi.c index c73fa2df..8af7c887 100644 --- a/etc/afpd/afp_dsi.c +++ b/etc/afpd/afp_dsi.c @@ -1,5 +1,5 @@ /* - * $Id: afp_dsi.c,v 1.12 2001-12-15 06:25:44 jmarcus Exp $ + * $Id: afp_dsi.c,v 1.13 2001-12-19 01:21:31 jmarcus Exp $ * * Copyright (c) 1999 Adrian Sun (asun@zoology.washington.edu) * Copyright (c) 1990,1993 Regents of The University of Michigan. @@ -124,7 +124,7 @@ static void afp_dsi_getmesg (int sig) static void alarm_handler() { /* if we're in the midst of processing something, - don't die. we'll allow 3 missed tickles before we die (2 minutes) */ + don't die. */ if ((child.flags & CHILD_RUNNING) || (child.tickle++ < child.obj->options.timeout)) { syslog(LOG_INFO, "afp_dsi: alarm_handler: tickling client..."); dsi_tickle(child.obj->handle); -- 2.39.2