Return error from _quorum_setup

Well that's a silly mistake.

Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
Zach Brown
2021-02-22 13:28:38 -08:00
parent dbb716f1bb
commit 740e13e53a
+1 -1
View File
@@ -1053,7 +1053,7 @@ out:
if (ret)
scoutfs_quorum_destroy(sb);
return 0;
return ret;
}
/*