mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:17:44 +00:00
LibC: Remove debug spam in gethostbyname()
This commit is contained in:
parent
38b55ee067
commit
005b416639
1 changed files with 0 additions and 1 deletions
|
@ -71,7 +71,6 @@ hostent* gethostbyname(const char* name)
|
||||||
return nullptr;
|
return nullptr;
|
||||||
|
|
||||||
auto close_fd_on_exit = ScopeGuard([fd] {
|
auto close_fd_on_exit = ScopeGuard([fd] {
|
||||||
dbgprintf("closing fd\n");
|
|
||||||
close(fd);
|
close(fd);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue