From ff5456022b53f2bc971874621ffa78c0416869c8 Mon Sep 17 00:00:00 2001 From: bustico Date: Fri, 28 Jul 2006 09:09:29 +0000 Subject: modification des messages ping et pong qui utilisent le champ id pour transporter un identifiant --- 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 b9e52ec..e7866a5 100644 --- a/src/ivy.c +++ b/src/ivy.c @@ -424,7 +424,7 @@ static void Receive( Client client, void *data, char *line ) case Ping: TRACE("Ping Message\n"); - MsgSendTo( client, Pong, 0, "" ); + MsgSendTo( client, Pong, id, "" ); break; case Pong: -- cgit v1.1