X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=attribute.c;fp=attribute.c;h=e3bd40b5425261c97bdf3ed31700ac52ae83884e;hp=688d78f1f04032d4d3fd7a74e2b9062d9c7b749c;hb=00ae8d84bfe8872be809617a31fc11a35e145995;hpb=c27a8644af6d285ca6bfd39be9b923ef9f911f78 diff --git a/attribute.c b/attribute.c index 688d78f1..e3bd40b5 100644 --- a/attribute.c +++ b/attribute.c @@ -266,7 +266,7 @@ static int com_addatt_callback(struct afs_callback_arg *aca) out: if (ret < 0) para_printf(&aca->pbout, "%s: %s\n", p, para_strerror(-ret)); - return 0; + return ret; } int com_addatt(struct command_context *cc)