mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
don't complain when approved-routers isn't there and we
don't need it. svn:r10544
This commit is contained in:
parent
eebeda2c71
commit
8dfde75ef6
@ -183,7 +183,7 @@ dirserv_load_fingerprint_file(void)
|
||||
log_info(LD_GENERAL,
|
||||
"Reloading approved fingerprints from \"%s\"...", fname);
|
||||
|
||||
cf = read_file_to_str(fname, 0, NULL);
|
||||
cf = read_file_to_str(fname, RFTS_IGNORE_MISSING, NULL);
|
||||
if (!cf) {
|
||||
if (options->NamingAuthoritativeDir) {
|
||||
log_warn(LD_FS, "Cannot open fingerprint file '%s'. Failing.", fname);
|
||||
|
Loading…
Reference in New Issue
Block a user