[ros-bugs] [Bug 1647] New: ncpa.cpl: Mandatory field "Default Gateway"

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Thu Jul 6 21:14:47 CEST 2006


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

           Summary: ncpa.cpl: Mandatory field "Default Gateway"
           Product: ReactOS
           Version: TRUNK
          Platform: VMWare 4
        OS/Version: ReactOS
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Networking
        AssignedTo: ros-bugs at reactos.org
        ReportedBy: mzvyozd at narod.ru
         QAContact: ros-bugs at reactos.org


In dialog window IDD_TCPIPPROPERTIES of ncpa.cpl field "Default Gateway" may be
null only if DHCP used. But in Microsoft win32 OSes this field is optional
always. There are many LANs with fixed IPs, which have not any gateways ;)
Buggy code contained in file tcpip_properties.c, function InternTCPIPSettings:
    if (!SetIpAddressByDhcp && !GetAddressFromField(Dlg, IDC_DEFGATEWAY,
&Address, &AddressString))
        goto cleanup;


-- 
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