network: add missing break

Follow-up for 2a71d57f4e.
This commit is contained in:
Yu Watanabe 2020-06-22 13:10:39 +09:00 committed by Lennart Poettering
parent 1e42c269cb
commit c4e585a36b

View file

@ -116,7 +116,7 @@ static int link_push_uplink_to_dhcp_server(
case SD_DHCP_LEASE_LPR:
/* For the other server types we currently do not allow local configuration of server data,
* since there are typically no local consumers of the data. */
;
break;
default:
assert_not_reached("Unexpected server type");