mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-05 07:41:01 +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
Notes:
sideshowbarker
2024-07-19 12:27:23 +09:00
Author: https://github.com/deoxxa
Commit: 626e176cab
Pull-request: https://github.com/SerenityOS/serenity/pull/499
Reviewed-by: https://github.com/awesomekling
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