Re: [Openvpn-devel] [PATCH] ssl.c: fix use of openvpn_run_script()'s return value

2010-05-04 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/05/10 16:21, Fabian Knittel wrote: > This patch fixes two bugs introduced in > > commit 339f2a4d4b487afa53fa99d72c35b16f31e417d3 > Author: David Sommerseth > Date: Thu Apr 29 23:35:45 2010 +0200 > > David's patch replaced openvpn

[Openvpn-devel] [PATCH] ssl.c: fix use of openvpn_run_script()'s return value

2010-05-04 Thread Fabian Knittel
This patch fixes two bugs introduced in commit 339f2a4d4b487afa53fa99d72c35b16f31e417d3 Author: David Sommerseth Date: Thu Apr 29 23:35:45 2010 +0200 David's patch replaced openvpn_execve() with openvpn_run_script() in two places, but didn't adjust the return value handling. openv