Add missing break.

CID:	603368
This commit is contained in:
Pedro F. Giffuni 2014-08-20 14:58:25 +00:00
parent 073bf9dd70
commit 6804aa1b68
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=270215

View File

@ -911,6 +911,7 @@ ns_sprintrrf(const u_char *msg, size_t msglen,
if (len > 15)
T(addstr(" )", 2, &buf, &buflen));
}
break;
}
case ns_t_ipseckey: {