[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r10340: and backport r10339 darn it (tor/branches/tor-0_1_2-patches/src/or)
Author: arma
Date: 2007-05-25 17:57:15 -0400 (Fri, 25 May 2007)
New Revision: 10340
Modified:
tor/branches/tor-0_1_2-patches/src/or/config.c
Log:
and backport r10339
darn it
Modified: tor/branches/tor-0_1_2-patches/src/or/config.c
===================================================================
--- tor/branches/tor-0_1_2-patches/src/or/config.c 2007-05-25 21:56:47 UTC (rev 10339)
+++ tor/branches/tor-0_1_2-patches/src/or/config.c 2007-05-25 21:57:15 UTC (rev 10340)
@@ -3901,7 +3901,7 @@
#if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__)
if (server && version < LE_13B) {
thread_unsafe = 1;
- sad_os = "BSD variants"
+ sad_os = "BSD variants";
}
#elif defined(__APPLE__) || defined(__darwin__)
if (server && version < LE_13B) {