libbind: Fix Coverity bug 603368: Missing break in switch

Signed-off-by: Jérôme Duval <jerome.duval@gmail.com>
This commit is contained in:
Chirayu Desai 2014-12-02 22:41:36 +05:30 committed by Jérôme Duval
parent fec5692329
commit dc4f88b8fb

View File

@ -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: {