X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fbase64.c;h=215812af76a2fc63071145e0c86fb5a323260299;hb=01e717b3c141c509a7200b0a6c560f75815c08f2;hp=f55e1f51d72be7efeafd40be9df850de42b007ff;hpb=f4d996fd26762053d68f46de5790aae893f03d38;p=libguestfs.git diff --git a/daemon/base64.c b/daemon/base64.c index f55e1f5..215812a 100644 --- a/daemon/base64.c +++ b/daemon/base64.c @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include @@ -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; }