X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=attribute.c;h=867e24b9ee705561a18ee5460a2a4f92438c56a2;hp=8c1f5c535e5b42460b1b4a0fe41fb426b16cc3cb;hb=439d8d00c44b61ea1d1eee9caca91ad71aae389e;hpb=73299ebf0a43f0cbf299585f0d5d6ff09e3b93eb diff --git a/attribute.c b/attribute.c index 8c1f5c53..867e24b9 100644 --- a/attribute.c +++ b/attribute.c @@ -212,10 +212,7 @@ int com_lsatt(struct command_context *cc) if (ret < 0) send_strerror(cc, -ret); else if (ret == 0 && cc->argc > 1) - ret = cc->use_sideband? - send_sb_va(&cc->scc, SBD_ERROR_LOG, "no matches\n") - : - sc_send_va_buffer(&cc->scc, "no matches\n"); + ret = send_sb_va(&cc->scc, SBD_ERROR_LOG, "no matches\n"); return ret; }