mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix a missing break; in dump_desc_init()
Found by coverity scan; this is CID 1362983
This commit is contained in:
@@ -639,6 +639,7 @@ dump_desc_init(void)
|
||||
" exists: %s",
|
||||
dump_desc_dir, strerror(errno));
|
||||
problem_with_dump_desc_dir = 1;
|
||||
break;
|
||||
case FN_FILE:
|
||||
case FN_EMPTY:
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user