summaryrefslogtreecommitdiff
path: root/src/nm-iface-helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nm-iface-helper.c')
-rw-r--r--src/nm-iface-helper.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/nm-iface-helper.c b/src/nm-iface-helper.c
index dd5bb327a0..239b46a140 100644
--- a/src/nm-iface-helper.c
+++ b/src/nm-iface-helper.c
@@ -596,9 +596,10 @@ main (int argc, char *argv[])
/*****************************************************************************/
-const NMDhcpClientFactory *const _nm_dhcp_manager_factories[5] = {
+const NMDhcpClientFactory *const _nm_dhcp_manager_factories[6] = {
+ /* For nm-iface-helper there is no option to choose a DHCP plugin.
+ * It just uses the "internal" one. */
&_nm_dhcp_client_factory_internal,
- &_nm_dhcp_client_factory_nettools,
};
/*****************************************************************************/