From 74c0ac487332231e8dd6ba35580b07166ffbcfe2 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 18 Feb 2010 08:36:40 +0000 Subject: mise en conformité de la reponse au Ping avec les autres implementations --- Ivy/IvyApplication.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ivy/IvyApplication.cxx') diff --git a/Ivy/IvyApplication.cxx b/Ivy/IvyApplication.cxx index ab0cd9e..7b3cd2f 100644 --- a/Ivy/IvyApplication.cxx +++ b/Ivy/IvyApplication.cxx @@ -283,7 +283,7 @@ void IvyApplication::OnReceive(char * line) #ifdef IVY_DEBUG TRACE("Ping Message\n"); #endif //IVY_DEBUG - this->SendMsg( Pong, 0, "beurk" ); + this->SendMsg( Pong, id, arg ); //reply with same id and arg break; case Pong: -- cgit v1.1