[ros-bugs] [Bug 3304] Computer name bug

ReactOS.Bugzilla at www.reactos.org ReactOS.Bugzilla at www.reactos.org
Thu Jul 3 01:35:31 CEST 2008


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


Kario <kario at szm.sk> changed:

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




--- Comment #3 from Kario <kario at szm.sk>  2008-07-02 01:21:29 CET ---
When setup the system during installation, the Setup will tell you that the
computer name cant be set up (if there is a dash "-")
When you want to setup/change the computer name later, there is no dialog
displayed after click on "change".

tested on r34240


--- Comment #4 from maku <mkupfer at reactos.org>  2008-07-03 01:35:30 CET ---
for fixing that bug, the logical expression in IsValidComputerName
(kernel32/computer.c) needs to fix. It's still wrong after hpoussins change,
because for example '-' is no alpha and no digit -> the expression is true even
if we have more disjunctions. So it returns false, but we want true.


-- 
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.
You are the assignee for the bug.


More information about the Ros-bugs mailing list