Opened 13 years ago

Closed 13 years ago

#101 closed Bug / Defect (fixed)

2.2-RC missing server mode functions on Windows

Reported by: wraithdu Owned by: Samuli Seppänen
Priority: blocker Milestone: RC 2.2
Component: Building / Compiling Version: OpenVPN 2.2-beta / 2.2-RC (Community Ed)
Severity: Not set (select this one, unless your'e a OpenVPN developer) Keywords:
Cc:

Description

2.2-RC is missing all server mode functions on Windows due to an erroneous header file definition, probably related to the new Python build system.

Change History (2)

comment:1 Changed 13 years ago by David Sommerseth

Owner: set to Samuli Seppänen
Status: newassigned

This error was introduced in commit 74fce85ee80ee5f484b62a3a81e9981e5698f1e1 (SVN r5516), where the ENABLE_CLIENT_ONLY macro got defined without any value. This macro should not be defined at all to enable server features.

commit 74fce85ee80ee5f484b62a3a81e9981e5698f1e1
Author: James Yonan <james@openvpn.net>
Date:   Wed Mar 31 06:38:21 2010 +0000

    Updated MSVC build scripts to Visual Studio 2008:
      python msvc\config.py
      nmake /f msvc\msvc.mak
    
    Version 2.1.1e
    
    
    git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@5516 e7ae566f-a301-0410-adde-c780ea21d3

comment:2 Changed 13 years ago by David Sommerseth

Resolution: fixed
Status: assignedclosed

Fixed in OpenVPN 2.2-RC2.

Note: See TracTickets for help on using tickets.