summaryrefslogtreecommitdiff
path: root/Ivy/IvyApplication.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Ivy/IvyApplication.cxx')
-rw-r--r--Ivy/IvyApplication.cxx2
1 files changed, 1 insertions, 1 deletions
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: