tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit b0c1634ce93b394ad398ccd37e465cc8f1a356ff
parent 8b91680d5c57fc35275b32aea57555d8ef7d61ba
Author: Nick Mathewson <nickm@torproject.org>
Date:   Sat, 16 Nov 2019 15:29:14 -0500

Merge remote-tracking branch 'tor-github/pr/1544'

Diffstat:
Msrc/feature/dircommon/consdiff.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/feature/dircommon/consdiff.c b/src/feature/dircommon/consdiff.c @@ -1050,7 +1050,7 @@ consdiff_gen_diff(const smartlist_t *cons1, if (smartlist_len(cons2) == smartlist_len(ed_cons2)) { SMARTLIST_FOREACH_BEGIN(cons2, const cdline_t *, line1) { const cdline_t *line2 = smartlist_get(ed_cons2, line1_sl_idx); - if (! lines_eq(line1, line2) ) { + if (!lines_eq(line1, line2)) { cons2_eq = 0; break; }