Re: [Openvpn-devel] [PATCH 1/6] Only use tmpdir if tmp_dir is really used.

2012-06-22 Thread David Sommerseth
On 18/06/12 20:39, Arne Schwabe wrote: > This fixes starting openvpn compiled as client only version of systems that > have no /tmp (Android). --tmp-dir could only be set if P2MP_SERVER has been > enabled too. > > Signed-off-by: Arne Schwabe > --- > src/openvpn/options.c |7 +-- > src/

Re: [Openvpn-devel] [PATCH 1/6] Only use tmpdir if tmp_dir is really used.

2012-06-19 Thread Gert Doering
Hi, On Mon, Jun 18, 2012 at 08:39:04PM +0200, Arne Schwabe wrote: > This fixes starting openvpn compiled as client only version of systems that > have no /tmp (Android). --tmp-dir could only be set if P2MP_SERVER has been > enabled too. ACK - as previously discussed on the list and IRC. gert -

[Openvpn-devel] [PATCH 1/6] Only use tmpdir if tmp_dir is really used.

2012-06-18 Thread Arne Schwabe
This fixes starting openvpn compiled as client only version of systems that have no /tmp (Android). --tmp-dir could only be set if P2MP_SERVER has been enabled too. Signed-off-by: Arne Schwabe --- src/openvpn/options.c |7 +-- src/openvpn/options.h |4 +++- 2 files changed, 8 inser