diff options
Diffstat (limited to 'CSharp')
-rw-r--r-- | CSharp/Ivy/IvyPPC/Ivy.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 )
|