[tor-commits] [tor/maint-0.2.2] That shalt also not have a label without a statement.
nickm at torproject.org
nickm at torproject.org
Tue Feb 22 18:02:11 UTC 2011
commit ce149c10227bd4d65bfa62898e729430981328c1
Author: Nick Mathewson <nickm at torproject.org>
Date: Tue Feb 22 12:52:52 2011 -0500
That shalt also not have a label without a statement.
---
src/common/log.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/common/log.c b/src/common/log.c
index 4b21fd9..cfa0721 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)) {
More information about the tor-commits
mailing list