Re: [Openvpn-devel] [PATCH] cleanup: Move write_pid() to where it is being used

2017-07-25 Thread Steffan Karger
Hi, On 25-07-17 16:57, David Sommerseth wrote: > The write_pid() function is only used in openvpn.c, so no > need to have that in the misc.[ch] mixed bag. > > Signed-off-by: David Sommerseth > --- > src/openvpn/misc.c| 21 - > src/openvpn/misc.h|

[Openvpn-devel] [PATCH] cleanup: Move write_pid() to where it is being used

2017-07-25 Thread David Sommerseth
The write_pid() function is only used in openvpn.c, so no need to have that in the misc.[ch] mixed bag. Signed-off-by: David Sommerseth --- src/openvpn/misc.c| 21 - src/openvpn/misc.h| 2 -- src/openvpn/openvpn.c | 21 + 3