[or-cvs] r17254: {tor} Rename "new_signatures_len" to "new_consensus_len" (from bac (tor/branches/tor-0_2_0-patches/src/or)
sjm217 at seul.org
sjm217 at seul.org
Wed Nov 12 00:58:11 UTC 2008
Author: sjm217
Date: 2008-11-11 19:58:10 -0500 (Tue, 11 Nov 2008)
New Revision: 17254
Modified:
tor/branches/tor-0_2_0-patches/src/or/dirvote.c
Log:
Rename "new_signatures_len" to "new_consensus_len" (from backport of r17252)
Modified: tor/branches/tor-0_2_0-patches/src/or/dirvote.c
===================================================================
--- tor/branches/tor-0_2_0-patches/src/or/dirvote.c 2008-11-11 17:14:26 UTC (rev 17253)
+++ tor/branches/tor-0_2_0-patches/src/or/dirvote.c 2008-11-12 00:58:10 UTC (rev 17254)
@@ -1882,7 +1882,7 @@
*msg_out = "No signatures to add";
goto err;
}
- new_signatures_len =
+ new_consensus_len =
strlen(pending_consensus_body) + strlen(new_detached) + 1;
pending_consensus_body = tor_realloc(pending_consensus_body,
new_consensus_len);
More information about the tor-commits
mailing list