mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
add coverage for a default case
svn:r6643
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user