mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-29 18:09:11 -04:00
remove extranious break;
This commit is contained in:
parent
1c25465a58
commit
094810739f
1 changed files with 0 additions and 1 deletions
|
|
@ -64,7 +64,6 @@ get_addr(unsigned int family, isc_netaddr_t *dst, struct sockaddr *src) {
|
|||
&((struct sockaddr_in6 *) src)->sin6_addr,
|
||||
sizeof(struct in6_addr));
|
||||
break;
|
||||
break;
|
||||
default:
|
||||
INSIST(0);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue