csd: Don't return from run_csd_script() in the forked process
authorKevin Cernekee <cernekee@gmail.com>
Sun, 28 Oct 2012 04:36:11 +0000 (21:36 -0700)
committerKevin Cernekee <cernekee@gmail.com>
Sun, 28 Oct 2012 08:22:56 +0000 (01:22 -0700)
commitf919a6ba2b6cf9571d7670c506887710227413c3
treeeb8a7fdca2134cc5e7bfab7d5231eb6e6596b86c
parentb8fbde4253511f13ba91b5072e30794544e63ca4
csd: Don't return from run_csd_script() in the forked process

If something in the CSD child process fails, we want it to exit.  We
do not want it to return to openconnect_obtain_cookie() and cause two
instances of the latter function to run in parallel.

Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
http.c