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