diff options
Diffstat (limited to 'src/or/directory.c')
-rw-r--r-- | src/or/directory.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/directory.c b/src/or/directory.c index 98cf78a5d..29e86d762 100644 --- a/src/or/directory.c +++ b/src/or/directory.c @@ -188,9 +188,9 @@ directory_get_from_dirserver(uint8_t purpose, const char *resource, else { log_fn(LOG_NOTICE,"No running dirservers known. Not trying. (purpose %d)", purpose); - if(directconn) { + if (directconn) { /* remember we tried them all and failed. */ - directory_all_unreachable(time(NULL)); + directory_all_unreachable(time(NULL)); } } } |