Merge code for unix and win in the NetAddrToPRNetAddr
Categories
(Core :: Networking: DNS, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox139 | --- | fixed |
People
(Reporter: anotherworldofworld, Assigned: anotherworldofworld)
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:137.0) Gecko/20100101 Firefox/137.0
Steps to reproduce:
The support for the named pipes were added in the Bug 1288308. It introduced the same code in the NetAddrToPRNetAddr function for XP_UNIX and XP_WIN cases. That looks as leftover as in the one of the iteration the code for the windows had a check for a magic number instead of XP_WIN. Now both branches for XP_UNIX and XP_WIN are the same and could be merged into one.
Assignee | ||
Comment 1•4 months ago
|
||
The support for the named pipes were added in the Bug 1288308.
It introduced the same code in the NetAddrToPRNetAddr function for XP_UNIX and
XP_WIN cases. That looks as leftover as in the one of the iteration the code
for the windows had a check for a magic number instead of XP_WIN. Now both
branches for XP_UNIX and XP_WIN are the same and could be merged into one.
Updated•4 months ago
|
Updated•4 months ago
|
Updated•4 months ago
|
Updated•4 months ago
|
Description
•