Re: [Openvpn-devel] nclients patch for 2.1_rc19

2009-08-19 Thread James Yonan
Thanks for noticing that. I've committed the patch. James Rob Lemley wrote: I noticed that building OpenVPN with --disable-server fails. Turns out to be a problem with the management server and the commands it allows. I've attached a simple patch which fixes it, not sure if it's "right" or not

[Openvpn-devel] nclients patch for 2.1_rc19

2009-08-15 Thread Rob Lemley
I noticed that building OpenVPN with --disable-server fails. Turns out to be a problem with the management server and the commands it allows. I've attached a simple patch which fixes it, not sure if it's "right" or not... diff -Naur openvpn-2.1_rc18/manage.c openvpn-2.1_rc18-dynamic/manage.c ---