mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Do not report a partially-successful detached signature add as failed.
Also, regenerate the detached-signature document whenever any signatures are successfully added.
This commit is contained in:
+1
-1
@@ -2568,7 +2568,7 @@ dirvote_add_signatures_to_all_pending_consensuses(
|
||||
n_added += res;
|
||||
}
|
||||
|
||||
if (errors) {
|
||||
if (errors && !n_added) {
|
||||
r = -1;
|
||||
goto err;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user