From bb0fc7a2c0189ecdc38c8ba86c9ba4e8d8255765 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Tue, 15 Dec 2015 19:54:35 +0100 Subject: [PATCH] cygheap_domain_info::init: Fix comment --- winsup/cygwin/uinfo.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/cygwin/uinfo.cc b/winsup/cygwin/uinfo.cc index 323222a47..247131db0 100644 --- a/winsup/cygwin/uinfo.cc +++ b/winsup/cygwin/uinfo.cc @@ -1435,7 +1435,7 @@ cygheap_domain_info::init () The latter is useful to get an RFC 2307 mapping for Samba UNIX accounts, even if no NFS name mapping is configured on the machine. Fortunately, the posixAccount and posixGroup schemas are already available in the - Active Directory default setup since Windows Server 2003 R2. */ + Active Directory default setup. */ reg_key reg (HKEY_LOCAL_MACHINE, KEY_READ | KEY_WOW64_64KEY, L"SOFTWARE", L"Microsoft", L"ServicesForNFS", NULL); if (!reg.error ())