X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afh_recv.c;h=941ec4e94416e1e130555de9c7956567044ae1f0;hp=5c17dab7de21132cf48d50bfaf37eabba506ce6f;hb=ea189afd7b0883a6f222ed628420ed5bd25743d9;hpb=79d6515d49cdb0a91ff7c4a599f2d63cb5678032 diff --git a/afh_recv.c b/afh_recv.c index 5c17dab7..941ec4e9 100644 --- a/afh_recv.c +++ b/afh_recv.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2013 Andre Noll + * Copyright (C) 2011-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -60,7 +60,6 @@ static int afh_execute(struct btr_node *btrn, const char *cmd, char **result) if (x >= pard->afhi.chunks_total) return -ERRNO_TO_PARA_ERROR(EINVAL); pard->first_chunk = pard->current_chunk = x; - rn->task.error = 0; return 1; } return -E_BTR_NAVAIL;