mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 09:38:11 +00:00
Kernel: Remove IP configuration from LoopbackAdapter
This is configured in NetworkTask_main now, so there's no need to do it here as well.
This commit is contained in:
parent
13abb3e88b
commit
626e176cab
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ LoopbackAdapter& LoopbackAdapter::the()
|
|||
LoopbackAdapter::LoopbackAdapter()
|
||||
{
|
||||
set_interface_name("loop");
|
||||
set_ipv4_address({ 127, 0, 0, 1 });
|
||||
}
|
||||
|
||||
LoopbackAdapter::~LoopbackAdapter()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue