libbind: Fix Coverity bug 603368: Missing break in switch

Signed-off-by: Jérôme Duval <[email protected]>
This commit is contained in:
Chirayu Desai
2014-12-02 22:02:57 +01:00
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)
T(addstr(" )", 2, &buf, &buflen));
}
break;
}
case ns_t_ipseckey: {