]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix typo in double_digest_map type
authorSebastian Hahn <snsehahn@cip.cs.fau.de>
Fri, 14 Aug 2015 00:12:35 +0000 (02:12 +0200)
committerNick Mathewson <nickm@torproject.org>
Tue, 18 Aug 2015 12:18:44 +0000 (08:18 -0400)
src/or/dircollate.c

index 331e0587b0f6b0379bde0611aa9d8d5ce0896b81..4c812c40e65c407fdd723ca32acefbd4f37a4578 100644 (file)
@@ -23,7 +23,7 @@ typedef struct ddmap_entry_s {
   vote_routerstatus_t *vrs_lst[FLEXIBLE_ARRAY_MEMBER];
 } ddmap_entry_t;
 
-struct double_digest_map_s *by_both_ids;
+double_digest_map_t *by_both_ids;
 
 static void
 ddmap_entry_free(ddmap_entry_t *e)