diff options
author | Roger Dingledine <arma@torproject.org> | 2002-07-03 17:30:59 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2002-07-03 17:30:59 +0000 |
commit | 66c6f2231ec1ac5b3249aa144400d951c0dca47f (patch) | |
tree | 34e144a5ad5626e6e4922d8032d984ba1898ee99 /src/or/main.c | |
parent | a5be23d4754e4e78f5391cf408d31cf54f32e8f7 (diff) | |
download | tor-66c6f2231ec1ac5b3249aa144400d951c0dca47f.tar tor-66c6f2231ec1ac5b3249aa144400d951c0dca47f.tar.gz |
patch to fix running the program only as an op
svn:r27
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/main.c b/src/or/main.c index 543b1ea3f..4fede2aa2 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -8,6 +8,7 @@ static char *args = "hf:e:n:l:"; int loglevel = LOG_DEBUG; +//int global_role = ROLE_AP_LISTEN; int global_role = ROLE_OR_LISTEN | ROLE_OR_CONNECT_ALL | ROLE_OP_LISTEN | ROLE_AP_LISTEN; /* FIXME defaulting to all roles for now. should make it a config option though */ |