Fix a missing break; in dump_desc_init()

Found by coverity scan; this is CID 1362983
This commit is contained in:
Nick Mathewson 2016-07-01 10:02:22 -04:00
parent 0531d5155e
commit ac9784f7f5

View File

@ -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: