mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-04 08:35:31 +00:00
break was on wrong line.
959 break; CID 1457872 (#1 of 1): Structurally dead code (UNREACHABLE) unreachable: This code cannot be reached: isc__nm_incstats(sock->mgr,.... 960 isc__nm_incstats(sock->mgr, sock->statsindex[STATID_ACTIVE]); 961 default:
This commit is contained in:
@@ -956,8 +956,8 @@ isc__nmsocket_init(isc_nmsocket_t *sock, isc_nm_t *mgr,
|
|||||||
} else {
|
} else {
|
||||||
sock->statsindex = tcp6statsindex;
|
sock->statsindex = tcp6statsindex;
|
||||||
}
|
}
|
||||||
break;
|
|
||||||
isc__nm_incstats(sock->mgr, sock->statsindex[STATID_ACTIVE]);
|
isc__nm_incstats(sock->mgr, sock->statsindex[STATID_ACTIVE]);
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user