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-01 11:55:03 -08:00
parent dbb716f1bb
commit 740e13e53a

View File

@@ -1053,7 +1053,7 @@ out:
if (ret)
scoutfs_quorum_destroy(sb);
return 0;
return ret;
}
/*