Skip to content

Commit a48c3d8

Browse files
committed
Fix receiver address to MOD_RPI from MOD_WIN caller.
1 parent 3485f57 commit a48c3d8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/client_win.adb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,10 @@ begin
7474
(SOCKETS.Add_Membership, SOCKETS.Inet_Addr (Group), SOCKETS.Any_Inet_Addr));
7575

7676
-- If this socket is intended to send messages, provide the
77-
-- receiver socket address.
78-
Address.Addr := SOCKETS.Inet_Addr (Group);
77+
-- receiver socket address. -- Address.Addr := SOCKETS.Inet_Addr (Group);
7978
-- If this client is from windows, set this address of the Raspberry Pi,
8079
-- instead of Group.
81-
-- Address.Addr := SOCKETS.Inet_Addr ("192.168.0.105");
80+
Address.Addr := SOCKETS.Inet_Addr ("192.168.0.105");
8281

8382
Address.Port := 55505;
8483

0 commit comments

Comments
 (0)