]> git.cworth.org Git - fips/commitdiff
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)
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.).


No differences found