mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-15 07:27:42 -04:00
Typo
This commit is contained in:
parent
5aa74093d7
commit
9d56e0d30e
@ -93,7 +93,7 @@ void network::arp::decode(network::ethernet::packet& packet){
|
|||||||
|
|
||||||
//TODO
|
//TODO
|
||||||
} else if(operation == 0x2){
|
} else if(operation == 0x2){
|
||||||
logging::logf(logging::log_level::TRACE, "arp: Handle Query\n");
|
logging::logf(logging::log_level::TRACE, "arp: Handle Reply\n");
|
||||||
|
|
||||||
//TODO
|
//TODO
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user