Actions
Bug #9886
closedlibresolv2: fix fallthrough in ns_sprintrrf()
Start date:
2018-10-11
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
As part of
9135 libresolv2: this statement may fall through
fallthrough statements were added to ns_sprintrrf(). However, from inspection, it's clear
that they are in fact missing "break"s.
Actions