summaryrefslogtreecommitdiff
path: root/core/ping.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/ping.c')
-rw-r--r--core/ping.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ping.c b/core/ping.c
index 24ece06a..ee05d9fa 100644
--- a/core/ping.c
+++ b/core/ping.c
@@ -185,7 +185,7 @@ int handle_ping_request(IP_Port source, uint8_t* packet, uint32_t length)
185 185
186 // Send response 186 // Send response
187 send_ping_response(source, &p->client_id, ping_id); 187 send_ping_response(source, &p->client_id, ping_id);
188 send_ping_request(source, &p->client_id); // Make this smarter? 188 add_toping((uint8_t*) &p->client_id, source);
189 189
190 return 0; 190 return 0;
191} 191}