mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-15 04:09:46 +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);
|
||||
}
|
||||
|
||||
if (child_end != -1)
|
||||
close(child_end);
|
||||
if (parent_end != -1)
|
||||
close(parent_end);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user