diff options
-rw-r--r-- | core/ping.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ping.c b/core/ping.c index eac71032..24ece06a 100644 --- a/core/ping.c +++ b/core/ping.c | |||
@@ -190,7 +190,7 @@ int handle_ping_request(IP_Port source, uint8_t* packet, uint32_t length) | |||
190 | return 0; | 190 | return 0; |
191 | } | 191 | } |
192 | 192 | ||
193 | int handle_ping_response(uint8_t* packet, uint32_t length, IP_Port source) | 193 | int handle_ping_response(IP_Port source, uint8_t* packet, uint32_t length) |
194 | { | 194 | { |
195 | pingres_t* p = (pingres_t*) packet; | 195 | pingres_t* p = (pingres_t*) packet; |
196 | int rc; | 196 | int rc; |