And a typo fix.
[fwd] / identify.c
index f94cc0e..34cb545 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: identify.c,v 1.8 2003/11/29 20:36:07 mdw Exp $
+ * $Id: identify.c,v 1.10 2003/11/29 22:15:19 mdw Exp $
  *
  * Identifies and logs the client of a connection
  *
 /*----- 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.
+ *
  * Revision 1.8  2003/11/29 20:36:07  mdw
  * Privileged outgoing connections.
  *
@@ -206,6 +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;
   id_done(i);
 }