libbind: Fix Coverity bug 603368: Missing break in switch
Signed-off-by: Jérôme Duval <[email protected]>
This commit is contained in:
committed by
Jérôme Duval
parent
fec5692329
commit
dc4f88b8fb
@@ -900,6 +900,7 @@ ns_sprintrrf(const u_char *msg, size_t msglen,
|
|||||||
if (len > 15)
|
if (len > 15)
|
||||||
T(addstr(" )", 2, &buf, &buflen));
|
T(addstr(" )", 2, &buf, &buflen));
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
case ns_t_ipseckey: {
|
case ns_t_ipseckey: {
|
||||||
|
|||||||
Reference in New Issue
Block a user