diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-01-03 18:47:21 -0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-01-03 18:47:21 -0800 |
commit | 2f217e25d799ef351d4e8e06b0da83e72b2183f0 (patch) | |
tree | f02802519be4ec12fec9d5fdb30e546f2ef30cc8 /src/dhcp.c | |
parent | 3bac66a29d5e87874bfcd298a1a161805f3104db (diff) | |
download | connman-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) { } } |