Allow '-' character in computer name

See issue #3304 for more details.

svn path=/trunk/; revision=34153
This commit is contained in:
Hervé Poussineau 2008-06-28 13:19:18 +00:00
parent 88b230362c
commit b76f3d2447

View file

@ -310,7 +310,6 @@ IsValidComputerName (
*p == L')' ||
*p == L'(' ||
*p == L'.' ||
*p == L'-' ||
*p == L'_' ||
*p == L'{' ||
*p == L'}' ||