summaryrefslogtreecommitdiffstats
path: root/daemon/base64.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/base64.c')
-rw-r--r--daemon/base64.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/daemon/base64.c b/daemon/base64.c
index f55e1f51..8aca5b71 100644
--- a/daemon/base64.c
+++ b/daemon/base64.c
@@ -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;
}