diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2022-10-14 15:25:29 +1100 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2022-10-15 02:10:36 +0200 |
commit | 01b4e71f7ad5a4b56d489bcff9bf4e041e540748 (patch) | |
tree | ec2314cfebaeadc3074146f80a431b3451c3f47f /util.h | |
parent | 672a8cd80ef2a8491901c50757f0f85464550ff4 (diff) | |
download | passt-01b4e71f7ad5a4b56d489bcff9bf4e041e540748.tar passt-01b4e71f7ad5a4b56d489bcff9bf4e041e540748.tar.gz passt-01b4e71f7ad5a4b56d489bcff9bf4e041e540748.tar.bz2 passt-01b4e71f7ad5a4b56d489bcff9bf4e041e540748.tar.lz passt-01b4e71f7ad5a4b56d489bcff9bf4e041e540748.tar.xz passt-01b4e71f7ad5a4b56d489bcff9bf4e041e540748.tar.zst passt-01b4e71f7ad5a4b56d489bcff9bf4e041e540748.zip |
pasta_start_ns() always ends in parent context
The end of pasta_start_ns() has a test against pasta_child_pid, testing
if we're in the parent or the child. However we started the child running
the pasta_setup_ns function which always exec()s or exit()s, so if we
return from the clone() we are always in the parent, making that test
unnecessary.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'util.h')
0 files changed, 0 insertions, 0 deletions