From a6ef32989019cc4bbb21f5f6a5df995344f0705f Mon Sep 17 00:00:00 2001 From: sc Date: Fri, 19 Feb 1999 08:47:31 +0000 Subject: Default broadcast network is now 127 --- src/ivy.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/ivy.c') diff --git a/src/ivy.c b/src/ivy.c index 2873585..f5595f5 100644 --- a/src/ivy.c +++ b/src/ivy.c @@ -40,12 +40,7 @@ #define ARG_END "\003" -#if 1 -/* temporary hack for compatibility */ -static char* DefaultIvyBus = "143.196.1.255, 143.196.2.255, 143.196.53.255"; -#else static char* DefaultIvyBus = "127.255.255.255"; -#endif typedef enum { -- cgit v1.1