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

2012-06-03 Thread Gert Doering
Hi, On Sat, Jun 02, 2012 at 06:28:37PM +0200, David Sommerseth wrote: > As we're trying to kill off syshead.h in v2.4, it might rather make > sense to try to avoid extending syshead.h. I see the benefit from > code clarity point of view. But I'd probably just recommend to check > for

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

2012-06-02 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 See comments below. On 02/06/12 15:03, 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:

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

2012-06-02 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 | 12 src/openvpn/options.h |2 ++