mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-10 02:23:12 +02:00
Fixed a throttling bug
This commit is contained in:
@@ -1866,3 +1866,4 @@ seen. gmtime warning still there
|
||||
- Added better (specific) link error messages (only on the "incomming" side) so you can easily
|
||||
see whether servername, hostname/ip or username is wrong.
|
||||
- Added recvq column to /stats y reply.
|
||||
- Fixed a throttling bug reported by Ely (#0000704)
|
||||
|
||||
+1
-1
@@ -1473,7 +1473,7 @@ struct Command {
|
||||
|
||||
struct ThrottlingBucket
|
||||
{
|
||||
struct ThrottlingBucket *next, *prev;
|
||||
struct ThrottlingBucket *prev, *next;
|
||||
struct IN_ADDR in;
|
||||
time_t since;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user