[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r10397: Note that the fix for bug 222 should technically be turned i (in tor/trunk: . src/common)
Author: nickm
Date: 2007-05-29 14:39:59 -0400 (Tue, 29 May 2007)
New Revision: 10397
Modified:
tor/trunk/
tor/trunk/src/common/log.c
Log:
r13058@catbus: nickm | 2007-05-29 14:39:53 -0400
Note that the fix for bug 222 should technically be turned into a real fix, not a kludge, one of these days.
Property changes on: tor/trunk
___________________________________________________________________
svk:merge ticket from /tor/trunk [r13058] on 8246c3cf-6607-4228-993b-4d95d33730f1
Modified: tor/trunk/src/common/log.c
===================================================================
--- tor/trunk/src/common/log.c 2007-05-29 18:39:56 UTC (rev 10396)
+++ tor/trunk/src/common/log.c 2007-05-29 18:39:59 UTC (rev 10397)
@@ -77,6 +77,8 @@
}
}
+/* XXXX We should really have this protected by a mutex or something;
+ * XXXX see bug 222. */
/** Linked list of logfile_t. */
static logfile_t *logfiles = NULL;
#ifdef HAVE_SYSLOG_H