1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-30 21:26:37 +02:00

- Fixed bug in remote version reply, reported by DukePyrolator (#0002180).

This commit is contained in:
Bram Matthys
2004-11-19 20:42:43 +00:00
parent 1a035edc8c
commit 30d0defdc0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -466,4 +466,4 @@
by fez (#0002191, #0002189).
- Fixed the crule parser to treat - and : as valid 'word' characters rather than separators
(#0002188) reported by diskman1.
- Fixed bug in remote version reply, reported by DukePyrolator (#0002180).
+1 -1
View File
@@ -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 *);