Commit ac9784f7 authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

Fix a missing break; in dump_desc_init()

Found by coverity scan; this is CID 1362983
parent 0531d515
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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: