Re: [Openvpn-devel] [PATCH] fix 2.2.0 build failure when management interface disabled

2011-05-14 Thread Gert Doering
Hi, On Wed, May 11, 2011 at 05:57:28PM -0400, Matthew L. Creech wrote: > I just upgraded to 2.2.0, and my build fails with: > > ps.c: In function 'port_share_open': > ps.c:778:7: error: 'management' undeclared (first use in this function) > ps.c:778:7: note: each undeclared identifier is reported

Re: [Openvpn-devel] [PATCH] fix 2.2.0 build failure when management interface disabled

2011-05-14 Thread Matthias Andree
Am 14.05.2011 14:03, schrieb Gert Doering: > Hi, > > On Wed, May 11, 2011 at 05:57:28PM -0400, Matthew L. Creech wrote: >> I just upgraded to 2.2.0, and my build fails with: >> >> ps.c: In function 'port_share_open': >> ps.c:778:7: error: 'management' undeclared (first use in this function) >> ps.

Re: [Openvpn-devel] [PATCH] fix 2.2.0 build failure when management interface disabled

2011-05-14 Thread Gert Doering
Hi, On Sat, May 14, 2011 at 02:34:49PM +0200, Matthias Andree wrote: > Cutting down complexity (i. e. cutting out branches in the decision > and/or option trees) is going to help more than just trying to cure the > symptoms. Preaching to the choir... I'm all for getting rid of #ifdef variants wh

Re: [Openvpn-devel] [PATCH] fix 2.2.0 build failure when management interface disabled

2011-05-14 Thread Matthew L. Creech
On Sat, May 14, 2011 at 12:01 PM, Gert Doering wrote: > > I'm not exactly sure why one would want openvpn without management > interface, except for "embedded systems, as small as possible" - and > we have "--enable-small" for those already.  So maybe one could merge > "--disable-management" and "