]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network: add missing break
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 22 Jun 2020 04:10:39 +0000 (13:10 +0900)
committerLennart Poettering <lennart@poettering.net>
Mon, 22 Jun 2020 10:50:46 +0000 (12:50 +0200)
Follow-up for 2a71d57f4e63e4492a7c2d6d747e498d0c5521cd.

src/network/networkd-dhcp-server.c

index b3ed4a8cea28297ef62997130c297eb7ee7892ae..6f25c9fc969223485f31682dadd4e847c8226a75 100644 (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");