From 77aac96aaccb60bc87e721efd571988272882771 Mon Sep 17 00:00:00 2001 From: bustico Date: Thu, 8 Oct 2009 14:43:05 +0000 Subject: fix compilation warning, default IVYBUS, and macosx build --- src/ivy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ivy.c') diff --git a/src/ivy.c b/src/ivy.c index 869cc20..07e84a4 100644 --- a/src/ivy.c +++ b/src/ivy.c @@ -54,7 +54,7 @@ #define ARG_START "\002" #define ARG_END "\003" -#define DEFAULT_DOMAIN 127.255.255.255 +#define DEFAULT_DOMAIN 127.0.0.1 /* stringification et concatenation du domaine et du port en 2 temps : * Obligatoire puisque la substitution de domain, et de bus n'est pas -- cgit v1.1