summaryrefslogtreecommitdiff
path: root/src/dnsmasq
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-09-05 15:25:34 +0200
committerThomas Haller <thaller@redhat.com>2017-09-05 18:44:04 +0200
commit5c42cdb287c3aa3f48b7ddeefb578a4557c1252b (patch)
treec1d010ff58731c06315d5789f84f4f4fcba8a6d8 /src/dnsmasq
parent7319fdd74a8d4d2a5ee6f097a956509dfa6c0c96 (diff)
all: use _nm_utils_ip4_*() utils functions
Diffstat (limited to 'src/dnsmasq')
-rw-r--r--src/dnsmasq/nm-dnsmasq-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dnsmasq/nm-dnsmasq-utils.c b/src/dnsmasq/nm-dnsmasq-utils.c
index cee52c3def..382b3aeb49 100644
--- a/src/dnsmasq/nm-dnsmasq-utils.c
+++ b/src/dnsmasq/nm-dnsmasq-utils.c
@@ -65,7 +65,7 @@ nm_dnsmasq_utils_get_range (const NMPlatformIP4Address *addr,
prefix = 24;
}
- netmask = nm_utils_ip4_prefix_to_netmask (prefix);
+ netmask = _nm_utils_ip4_prefix_to_netmask (prefix);
/* treat addresses in host-order from here on. */
netmask = ntohl (netmask);