summaryrefslogtreecommitdiff
path: root/src/nm-iface-helper.c
diff options
context:
space:
mode:
authorjuga0 <juga@riseup.net>2017-10-05 14:44:08 +0000
committerThomas Haller <thaller@redhat.com>2017-10-30 10:43:10 +0100
commit3aba3e38c3de746be46ba70b914d2269fd78d98c (patch)
tree1bcb081adf6036dc3675ca20fb7a14813c9bc698 /src/nm-iface-helper.c
parentbe320e2be7a6bb8837abbe3a07981a261b1656c6 (diff)
downloadNetworkManager-3aba3e38c3de746be46ba70b914d2269fd78d98c.tar.gz
dhcp: add support for dhcpcanon client
https://github.com/NetworkManager/NetworkManager/pull/31
Diffstat (limited to 'src/nm-iface-helper.c')
-rw-r--r--src/nm-iface-helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-iface-helper.c b/src/nm-iface-helper.c
index 5a68713a5b..1493ef1974 100644
--- a/src/nm-iface-helper.c
+++ b/src/nm-iface-helper.c
@@ -537,7 +537,7 @@ main (int argc, char *argv[])
/*****************************************************************************/
-const NMDhcpClientFactory *const _nm_dhcp_manager_factories[3] = {
+const NMDhcpClientFactory *const _nm_dhcp_manager_factories[4] = {
&_nm_dhcp_client_factory_internal,
};