mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 14:40:51 +01:00
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. svn:r10397
This commit is contained in:
parent
c5b3a8db84
commit
e11a92bd54
1 changed files with 2 additions and 0 deletions
|
@ -77,6 +77,8 @@ should_log_function_name(uint32_t domain, int severity)
|
|||
}
|
||||
}
|
||||
|
||||
/* 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
|
||||
|
|
Loading…
Add table
Reference in a new issue