mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
r13276@catbus: nickm | 2007-06-05 19:45:33 -0400
Remove another long-dead #if 0 I missed before svn:r10511
This commit is contained in:
parent
d3b140b0de
commit
1a29d68081
@ -2762,12 +2762,6 @@ options_validate(or_options_t *old_options, or_options_t *options,
|
||||
return -1;
|
||||
}
|
||||
|
||||
#if 0
|
||||
if (options->SocksPort >= 1 &&
|
||||
(options->PathlenCoinWeight < 0.0 || options->PathlenCoinWeight >= 1.0))
|
||||
REJECT("PathlenCoinWeight option must be >=0.0 and <1.0.");
|
||||
#endif
|
||||
|
||||
if (options->RendPostPeriod < MIN_REND_POST_PERIOD) {
|
||||
log(LOG_WARN,LD_CONFIG,"RendPostPeriod option must be at least %d seconds."
|
||||
" Clipping.", MIN_REND_POST_PERIOD);
|
||||
|
Loading…
Reference in New Issue
Block a user