mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-26 15:26:43 +00:00
Fix typo on commit 9857b67377
This commit is contained in:
parent
9857b67377
commit
ea77c2c920
1 changed files with 1 additions and 3 deletions
|
@ -24,8 +24,6 @@ U0 ICMPInit()
|
|||
MemSet(&icmp_reply, 0, sizeof(CICMPHeader));
|
||||
}
|
||||
|
||||
NetQueueInit;
|
||||
|
||||
U16 ICMPChecksum(U8 *buf, I64 size)
|
||||
{
|
||||
U64 i, sum = 0;
|
||||
|
@ -154,4 +152,4 @@ I64 ICMPHandler(CIPV4Packet *packet)
|
|||
return 0;
|
||||
}
|
||||
|
||||
ICMPInit;
|
||||
ICMPInit;
|
||||
|
|
Loading…
Reference in a new issue