From db370bb8a8fd65a902d3abd996ace019db4c296c Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 5 May 2017 12:10:45 -0400 Subject: Test fix: expect old consensuses to be deleted if not deflate-compressed --- src/or/consdiffmgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/consdiffmgr.c') diff --git a/src/or/consdiffmgr.c b/src/or/consdiffmgr.c index ad63ce9d52..3e1edf0fd6 100644 --- a/src/or/consdiffmgr.c +++ b/src/or/consdiffmgr.c @@ -108,7 +108,7 @@ static const compress_method_t compress_consensus_with[] = { }; /** How many different methods will we try to use for diff compression? */ -static unsigned +STATIC unsigned n_consensus_compression_methods(void) { return ARRAY_LENGTH(compress_consensus_with); -- cgit v1.2.3-54-g00ecf