commit 63db8170ae3e70b161210241187d21bef72fbf40 Author: Sebastian Hahn snsehahn@cip.cs.fau.de Date: Fri Aug 14 02:12:35 2015 +0200
Fix typo in double_digest_map type --- src/or/dircollate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/or/dircollate.c b/src/or/dircollate.c index 331e058..4c812c4 100644 --- a/src/or/dircollate.c +++ b/src/or/dircollate.c @@ -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)