* net.cc (getdomainname): Fix registry key for NT systems.
This commit is contained in:
parent
012858ecdc
commit
94ee02fa05
|
@ -1,3 +1,7 @@
|
|||
2002-01-29 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* net.cc (getdomainname): Fix registry key for NT systems.
|
||||
|
||||
2002-01-28 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* external.cc (cygwin_internal): Initialize various internal settings
|
||||
|
|
|
@ -1629,6 +1629,7 @@ getdomainname (char *domain, int len)
|
|||
(!wincap.is_winnt ()) ? "System" : "SYSTEM",
|
||||
"CurrentControlSet", "Services",
|
||||
(!wincap.is_winnt ()) ? "MSTCP" : "Tcpip",
|
||||
(!wincap.is_winnt ()) ? NULL : "Parameters",
|
||||
NULL);
|
||||
|
||||
/* FIXME: Are registry keys case sensitive? */
|
||||
|
|
Loading…
Reference in New Issue