[client] minor comment update

This commit is contained in:
Michael Rash 2016-10-11 23:12:22 -04:00
parent c06e8baa7e
commit 2c5d7597a9

View File

@ -442,8 +442,7 @@ resolve_ip_https(fko_cli_options_t *options)
strerror(errno));
/* We only make it here if there was a problem with execvpe(),
* so exit() here either way to not leave another fwknopd process
* running after fork().
* so exit() here either way
*/
exit(es);
}