Merge branch 't/setatt_fnmatch'
[paraslash.git] / attribute.c
index 8c1f5c535e5b42460b1b4a0fe41fb426b16cc3cb..867e24b9ee705561a18ee5460a2a4f92438c56a2 100644 (file)
@@ -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;
 }