diff options
-rw-r--r-- | src/or/dirserv.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c index 959161349..e80c8300b 100644 --- a/src/or/dirserv.c +++ b/src/or/dirserv.c @@ -1847,6 +1847,8 @@ connection_dirserv_flushed_some(connection_t *conn) return connection_dirserv_add_servers_to_outbuf(conn); case DIR_REFRESH_CACHED_DIR: return connection_dirserv_add_dir_bytes_to_outbuf(conn); + default: + return 0; } } |