X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=aft.c;h=c255b245fdf0209f0c8b09ba0b28310fddcb8fa5;hp=96e0ab9ab2a0142f564d4a9387b1a6a92dfcea9d;hb=9602629057e1016f8ca7dfa2aae1477e4faece65;hpb=4bdac4f11551a124d2e0e5b43cf6aeda3b8c5c71 diff --git a/aft.c b/aft.c index 96e0ab9a..c255b245 100644 --- a/aft.c +++ b/aft.c @@ -2458,12 +2458,10 @@ static int com_setatt_callback(int fd, const struct osl_object *query) if (ret < 0) goto out; if (pmd.num_matches == 0) - para_printf(&cad.pb, "no matches\n"); + ret = -E_NO_MATCH; out: - if (ret < 0) - para_printf(&cad.pb, "%s\n", para_strerror(-ret)); flush_and_free_pb(&cad.pb); - return 0; + return ret; } int com_setatt(struct command_context *cc)