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