]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Windows port: Released name of Longhorn Server is Windows Server 2008
authorGuido Serassio <serassio@squid-cache.org>
Sun, 6 Apr 2008 09:44:29 +0000 (11:44 +0200)
committerGuido Serassio <serassio@squid-cache.org>
Sun, 6 Apr 2008 09:44:29 +0000 (11:44 +0200)
src/WinSvc.cc [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 658b71d..6fe9980
@@ -344,7 +344,7 @@ GetOSVersion()
            if (osvi.wProductType == VER_NT_WORKSTATION)
                WIN32_OS_string = xstrdup("Windows Vista");
            else
-               WIN32_OS_string = xstrdup("Windows Server \"Longhorn\"");
+               WIN32_OS_string = xstrdup("Windows Server 2008");
            return _WIN_OS_WINLON;
        }
        break;