From: mdw Date: Sat, 29 Nov 2003 22:15:19 +0000 (+0000) Subject: And a typo fix. X-Git-Tag: 1.3.0~24 X-Git-Url: https://git.distorted.org.uk/~mdw/fwd/commitdiff_plain/547dc0e8658f6a734abcbb0a802e39ae6f6f52a2 And a typo fix. --- diff --git a/identify.c b/identify.c index e35799c..34cb545 100644 --- a/identify.c +++ b/identify.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: identify.c,v 1.9 2003/11/29 22:13:43 mdw Exp $ + * $Id: identify.c,v 1.10 2003/11/29 22:15:19 mdw Exp $ * * Identifies and logs the client of a connection * @@ -29,6 +29,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: identify.c,v $ + * Revision 1.10 2003/11/29 22:15:19 mdw + * And a typo fix. + * * Revision 1.9 2003/11/29 22:13:43 mdw * Fix bug in identification timout handling. * @@ -209,7 +212,7 @@ static void id_ident(ident_reply *ir, void *vp) static void id_timer(struct timeval *tv, void *vp) { id *i = vp; - i->state |= S_TIMER: + i->state |= S_TIMER; id_done(i); }