chiark
/
gitweb
/
~mdw
/
fwd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
9df1a2f
)
Fix bug in identification timout handling.
author
mdw
<mdw>
Sat, 29 Nov 2003 22:13:43 +0000
(22:13 +0000)
committer
mdw
<mdw>
Sat, 29 Nov 2003 22:13:43 +0000
(22:13 +0000)
identify.c
patch
|
blob
|
blame
|
history
diff --git
a/identify.c
b/identify.c
index f94cc0e032033a3f6726dd55e65093e3169c2205..e35799cf6067d7bb276ef7ce7c561c548b7d546c 100644
(file)
--- a/
identify.c
+++ b/
identify.c
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id: identify.c,v 1.
8 2003/11/29 20:36:07
mdw Exp $
+ * $Id: identify.c,v 1.
9 2003/11/29 22:13:43
mdw Exp $
*
* Identifies and logs the client of a connection
*
*
* Identifies and logs the client of a connection
*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: identify.c,v $
/*----- Revision history --------------------------------------------------*
*
* $Log: identify.c,v $
+ * 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.
*
* Revision 1.8 2003/11/29 20:36:07 mdw
* Privileged outgoing connections.
*
@@
-206,6
+209,7
@@
static void id_ident(ident_reply *ir, void *vp)
static void id_timer(struct timeval *tv, void *vp)
{
id *i = vp;
static void id_timer(struct timeval *tv, void *vp)
{
id *i = vp;
+ i->state |= S_TIMER:
id_done(i);
}
id_done(i);
}