don't complain when approved-routers isn't there and we

don't need it.


svn:r10544
This commit is contained in:
Roger Dingledine 2007-06-09 05:28:11 +00:00
parent eebeda2c71
commit 8dfde75ef6

View File

@ -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);