mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-15 06:06:57 +00:00
coverity: remove logically dead code
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
This commit is contained in:
parent
a611bce104
commit
af415076b6
@ -708,8 +708,6 @@ error:
|
|||||||
free(fp);
|
free(fp);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (child_end != -1)
|
|
||||||
close(child_end);
|
|
||||||
if (parent_end != -1)
|
if (parent_end != -1)
|
||||||
close(parent_end);
|
close(parent_end);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user