summaryrefslogtreecommitdiff
path: root/src/dhcp.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-01-03 18:47:21 -0800
committerMarcel Holtmann <marcel@holtmann.org>2010-01-03 18:47:21 -0800
commit2f217e25d799ef351d4e8e06b0da83e72b2183f0 (patch)
treef02802519be4ec12fec9d5fdb30e546f2ef30cc8 /src/dhcp.c
parent3bac66a29d5e87874bfcd298a1a161805f3104db (diff)
downloadconnman-2f217e25d799ef351d4e8e06b0da83e72b2183f0.tar.gz
connman-2f217e25d799ef351d4e8e06b0da83e72b2183f0.tar.bz2
connman-2f217e25d799ef351d4e8e06b0da83e72b2183f0.zip
Add basic interfaces for automatic proxy configuration
Diffstat (limited to 'src/dhcp.c')
-rw-r--r--src/dhcp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dhcp.c b/src/dhcp.c
index 7a301f67..0e890c2d 100644
--- a/src/dhcp.c
+++ b/src/dhcp.c
@@ -122,6 +122,7 @@ void connman_dhcp_set_value(struct connman_dhcp *dhcp,
g_free(dhcp->element->ipv4.timeserver);
dhcp->element->ipv4.timeserver = g_strdup(value);
} else if (g_strcmp0(key, "MTU") == 0) {
+ } else if (g_strcmp0(key, "PAC") == 0) {
}
}