]> git.cworth.org Git - fips/commit
Remove useless fork before executing wrapped program.
authorCarl Worth <cworth@cworth.org>
Mon, 6 May 2013 18:57:24 +0000 (11:57 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 6 May 2013 18:57:24 +0000 (11:57 -0700)
commit540a35220007443b3a63998e6c0b6a205195444f
treea39de3aa948828a4ece8d948cfe8305d0639685b
parentb1570730174c0efe6431e8b032c5d408c7367a21
Remove useless fork before executing wrapped program.

The fork did nothing for us since the parent simply waited on the child
and then exited. It's simpler to simply exec the wrapped program, (which
simplifies running fips within a debugger, etc.).
execute.c