summaryrefslogtreecommitdiff
path: root/src/ivy.c
diff options
context:
space:
mode:
authorjacomi1998-10-07 10:24:52 +0000
committerjacomi1998-10-07 10:24:52 +0000
commit1f7a8addff7d53729f7250c17ee125627efd59ba (patch)
tree24b7eaffc89705de11d786ef86dca37c3f89c30e /src/ivy.c
parent4bbadcf8ac5093cb3525fe584dee0a7f7a290a95 (diff)
downloadivy-c-1f7a8addff7d53729f7250c17ee125627efd59ba.zip
ivy-c-1f7a8addff7d53729f7250c17ee125627efd59ba.tar.gz
ivy-c-1f7a8addff7d53729f7250c17ee125627efd59ba.tar.bz2
ivy-c-1f7a8addff7d53729f7250c17ee125627efd59ba.tar.xz
nouvelle adresse reseau ajoutee
Diffstat (limited to 'src/ivy.c')
-rw-r--r--src/ivy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ivy.c b/src/ivy.c
index 08cfef1..38f05e2 100644
--- a/src/ivy.c
+++ b/src/ivy.c
@@ -528,6 +528,7 @@ void BusStart()
SocketSendBroadcast( broadcast, 143 << 24 | 196 << 16 | 1 << 8 | 255, SupervisionPort, "%d %hu\n", VERSION, ApplicationPort);
SocketSendBroadcast( broadcast, 143 << 24 | 196 << 16 | 2 << 8 | 255, SupervisionPort, "%d %hu\n", VERSION, ApplicationPort);
+ SocketSendBroadcast( broadcast, 143 << 24 | 196 << 16 | 53 << 8 | 255, SupervisionPort, "%d %hu\n", VERSION, ApplicationPort);
fprintf(stderr,"Server Ready TCP:%hu\n",ApplicationPort);
}