From: Peter Palfrader Date: Mon, 16 Jun 2008 22:40:26 +0000 (+0000) Subject: Fix .z suffix for intrumented download stats once more X-Git-Tag: tor-0.2.1.2-alpha~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=efeea9f6de16aaa98495154258140f82a9e5e18a;p=thirdparty%2Ftor.git Fix .z suffix for intrumented download stats once more svn:r15316 --- diff --git a/src/or/directory.c b/src/or/directory.c index 46ac8bc5f7..59bfd898e6 100644 --- a/src/or/directory.c +++ b/src/or/directory.c @@ -2201,7 +2201,7 @@ note_client_request(int purpose, int compressed, size_t bytes) } if (kind) { key = tor_malloc(256); - tor_snprintf(key, 256, "%s%s", kind, compressed?"":".z"); + tor_snprintf(key, 256, "%s%s", kind, compressed?".z":""); } else { key = tor_malloc(256); tor_snprintf(key, 256, "unknown purpose (%d)%s",