mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
hurd S_msg_report_wait: Fix detecting fd ports
_hurd_init_dtable stays set to non-NULL, so we have to run through both _hurd_init_dtable and _hurd_dtable.
This commit is contained in:
@@ -77,7 +77,7 @@ describe_port (string_t description, mach_port_t port)
|
||||
if (port == _hurd_init_dtable[i])
|
||||
return describe_number (description, "fd#", i);
|
||||
}
|
||||
else if (_hurd_dtable)
|
||||
if (_hurd_dtable)
|
||||
{
|
||||
for (i = 0; i < _hurd_dtablesize; ++i)
|
||||
if (_hurd_dtable[i] == NULL)
|
||||
|
Reference in New Issue
Block a user