On 03/09/14 18:23, [email protected] wrote: > From: David Sommerseth <[email protected]> > > Commit 9449e6a9eba30c9ed054f57d630a88c9f087080f introduced the > openvpn_popen() function to support retrieving passwords via systemd. > > It was discovered that the child processes openvpn fork()ed would > be lingering around until openvpn stopped. This was due to the lack > of a wait() call. > > This patch also cleans up a few minor white-space issues in the same > code segment. > > Cc: Frederic Crozat <[email protected]> > Signed-off-by: David Sommerseth <[email protected]>
I've received some feedback privately on this patch. I will post a new one in the following days, fixing up a minor thing and some other aspects too. -- kind regards, David Sommerseth
