]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
nspawn: add missing comma to gperf file 1210/head
authorLennart Poettering <lennart@poettering.net>
Wed, 9 Sep 2015 06:36:20 +0000 (08:36 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 9 Sep 2015 06:36:20 +0000 (08:36 +0200)
src/nspawn/nspawn-gperf.gperf

index 074b38030622690081289aa7e76bd259d070e743..b5127a387c3660f2084244ea3fa3787f8910717e 100644 (file)
@@ -34,5 +34,5 @@ Network.Interface,         config_parse_strv,          0, offsetof(Settings, net
 Network.MACVLAN,           config_parse_strv,          0, offsetof(Settings, network_macvlan)
 Network.IPVLAN,            config_parse_strv,          0, offsetof(Settings, network_ipvlan)
 Network.VirtualEthernet,   config_parse_tristate,      0, offsetof(Settings, network_veth)
-Network.Bridge             config_parse_string,        0, offsetof(Settings, network_bridge)
+Network.Bridge,            config_parse_string,        0, offsetof(Settings, network_bridge)
 Network.Port,              config_parse_expose_port,   0, 0