mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-04 09:03:12 +02:00
- Fixed bug in remote version reply, reported by DukePyrolator (#0002180).
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@ char backupbuf[8192];
|
||||
* NOTE: parse() should not be called recursively by other functions!
|
||||
*/
|
||||
extern int lifesux;
|
||||
static char *para[MAXPARA + 1];
|
||||
static char *para[MAXPARA + 2];
|
||||
|
||||
static char sender[HOSTLEN + 1];
|
||||
static int cancel_clients(aClient *, aClient *, char *);
|
||||
|
||||
Reference in New Issue
Block a user