CID 515260: Control flow issues (DEADCODE)
This seems to be triggered by !9360 (merged):
*** CID 515260: Control flow issues (DEADCODE)
/lib/ns/interfacemgr.c: 1229 in do_scan()
1223 mgr, ifp, le, config);
1224 if (cont) {
1225 continue;
1226 }
1227 }
1228
>>> CID 515260: Control flow issues (DEADCODE)
>>> Execution cannot reach the expression "family == 10U" inside this statement: "if (log_explicit && family ...".
1229 if (log_explicit && family == AF_INET6 &&
1230 listenon_is_ip6_any(le))
1231 {
1232 isc_log_write(NS_LOGCATEGORY_NETWORK,
1233 NS_LOGMODULE_INTERFACEMGR,
1234 verbose ? ISC_LOG_INFO