mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 20:33:31 +01:00
add coverage for a default case
svn:r6643
This commit is contained in:
parent
b1a8b7869a
commit
c58cc8c16c
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user