[ros-bugs] [Bug 2034] Almost a solution for the Network Control Panel Applet Regression

ReactOS.Bugzilla at www.reactos.org ReactOS.Bugzilla at www.reactos.org
Tue May 29 20:05:27 CEST 2007


http://www.reactos.org/bugzilla/show_bug.cgi?id=2034


mail at colinfinck.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




------- Comment #7 from mail at colinfinck.de  2007-05-29 20:05 CET -------
Good that we have a fake network adapter in ReactOS now, so the network adapter
registry key works the same as on Windows now.

But as I already said, Ged's change in r23598 is still wrong.
The enumeration of network adapters is fixed with this fake adapter.
But the EnumRegKeys function Ged modified is also used for enumerating the
network protocols (look at line 277 of ncpa.c).
As it currently starts the enumeration at 1, we're skipping the first network
protocol.

You can now simply see this behaviour in ROS: All installed network adapters
are enumerated correctly, but if you click on "Properties", there is no
protocol in the list. We only have the TCP/IP protocol in ROS at the moment, so
it is skipped now because of that change.

Under Windows, it might work correctly if the first network protocol is not
used by a network connection.


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
You are the assignee for the bug, or are watching the assignee.


More information about the Ros-bugs mailing list