From 4f23045e58ff5d55adcaf36290cbfe12380f4df9 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 9 Oct 2007 21:12:48 +0000 Subject: back out a little bit of r11817 to preserve current behavior. some other behavior changes left in. svn:r11821 --- src/or/router.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/router.c') diff --git a/src/or/router.c b/src/or/router.c index 78a158a58..29d44c33e 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -858,7 +858,7 @@ server_mode(or_options_t *options) int dirserver_mode(or_options_t *options) { - if (options->ClientOnly) return 0; +// if (options->ClientOnly) return 0; return options->DirPort != 0; } -- cgit v1.2.3