summaryrefslogtreecommitdiff
path: root/src/s_bsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/s_bsd.c')
-rw-r--r--src/s_bsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s_bsd.c b/src/s_bsd.c
index b3ea5f1..049c46b 100644
--- a/src/s_bsd.c
+++ b/src/s_bsd.c
@@ -217,7 +217,7 @@ close_connection(struct Client *client_p)
* Reset next-connect cycle of all connect{} blocks that match
* this servername.
*/
- conf->hold = CurrentTime + conf->class->con_freq;
+ conf->until = CurrentTime + conf->class->con_freq;
}
}
else