From ffe6d1914d0f00cb7d33ea33e22afe4fa3275cd6 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 09:55:52 +0000 Subject: Utilisateur : Fcolin Date : 10/02/06 Heure : 10:34 Archivé dans $/CSharp/Ivy/Ivy Commentaire: remove lock(this) (vss 58) --- CSharp/Ivy/IvyPPC/Ivy.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSharp/Ivy/IvyPPC/Ivy.cs b/CSharp/Ivy/IvyPPC/Ivy.cs index 2255cbc..82979c0 100644 --- a/CSharp/Ivy/IvyPPC/Ivy.cs +++ b/CSharp/Ivy/IvyPPC/Ivy.cs @@ -929,7 +929,7 @@ namespace IvyBus bytes[3] = 255; } IPAddress bcast = new IPAddress(bytes); - domainbus = bcast + ":" + DEFAULT_PORT; + domainbus = bcast + ":" + IvyWatcher.getPort(domainbus); } #else if (domainbus == null || domainbus.Length == 0 ) -- cgit v1.1