about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2002-03-12 23:45:30 +0000
committerAlexander Barton <alex@barton.de>2002-03-12 23:45:30 +0000
commit34d5434478e78eddb9b6d7257757d309dacd41dc (patch)
tree8369146dc9cfb143b0e89de1b0f1c3cf125a3685
parent03c3f3c990992d270c96609e3ae92d910583995c (diff)
downloadngircd-34d5434478e78eddb9b6d7257757d309dacd41dc.tar.gz
ngircd-34d5434478e78eddb9b6d7257757d309dacd41dc.zip
- Test, ob bereits ein Server einer Gruppe aktiv ist, korrigiert.
-rw-r--r--src/ngircd/conn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ngircd/conn.c b/src/ngircd/conn.c
index 639f827f..07e51fb4 100644
--- a/src/ngircd/conn.c
+++ b/src/ngircd/conn.c
@@ -9,7 +9,7 @@
  * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
  * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
  *
- * $Id: conn.c,v 1.53 2002/03/12 23:42:59 alex Exp $
+ * $Id: conn.c,v 1.54 2002/03/12 23:45:30 alex Exp $
  *
  * connect.h: Verwaltung aller Netz-Verbindungen ("connections")
  */
@@ -54,7 +54,7 @@
 #include "conn.h"
 
 
-#define SERVER_WAIT NONE - 1
+#define SERVER_WAIT (NONE - 1)
 
 
 typedef struct _Connection