summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/or/dirvote.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/dirvote.c b/src/or/dirvote.c
index ae0ef314ab..9e048d2aa6 100644
--- a/src/or/dirvote.c
+++ b/src/or/dirvote.c
@@ -823,7 +823,6 @@ networkstatus_add_detached_signatures(networkstatus_vote_t *target,
tor_assert(target);
tor_assert(!target->is_vote);
-
/* Are they the same consensus? */
if (memcmp(target->networkstatus_digest, sigs->networkstatus_digest,
DIGEST_LEN))
@@ -870,7 +869,6 @@ networkstatus_add_detached_signatures(networkstatus_vote_t *target,
return r;
}
-
/** Return a newly allocated string holding the detached-signatures document
* corresponding to the signatures on <b>consensus</b>. */
char *