mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
Coverity: Remove unreachable code.
This commit is contained in:
@@ -86,8 +86,6 @@ do_base64_in (const char *file)
|
||||
}
|
||||
|
||||
if (pclose (fp) != 0) {
|
||||
if (r == -1) /* if r == 0, file transfer ended already */
|
||||
cancel_receive ();
|
||||
reply_with_error ("base64 subcommand failed on file: %s", file);
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user