| # | Line 217 | Line 217 | close_connection(struct Client *client_p | |
|---|---|---|
| 217 | * Reset next-connect cycle of all connect{} blocks that match | |
| 218 | * this servername. | |
| 219 | */ | |
| 220 | < | conf->hold = CurrentTime + conf->class->con_freq; |
| 220 | > | conf->until = CurrentTime + conf->class->con_freq; |
| 221 | } | |
| 222 | } | |
| 223 | else | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |