From: Nick Mathewson Date: Tue, 22 Feb 2011 17:52:52 +0000 (-0500) Subject: That shalt also not have a label without a statement. X-Git-Tag: tor-0.2.2.23-alpha~9^2~9^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce149c10227bd4d65bfa62898e729430981328c1;p=thirdparty%2Ftor.git That shalt also not have a label without a statement. --- diff --git a/src/common/log.c b/src/common/log.c index 4b21fd9166..cfa0721c27 100644 --- a/src/common/log.c +++ b/src/common/log.c @@ -248,6 +248,7 @@ format_msg(char *buf, size_t buf_len, format_msg_no_room_for_domains: /* This will leave end_of_prefix and n unchanged, and thus cause * whatever log domain string we had written to be clobbered. */ + ; } if (funcname && should_log_function_name(domain, severity)) {