summaryrefslogtreecommitdiff
path: root/src/dhcp.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-01-07 18:06:52 -0800
committerMarcel Holtmann <marcel@holtmann.org>2010-01-07 18:06:52 -0800
commit4bd40079eea51f0a84a00d6330222364adf44710 (patch)
treed0b82e674e47be3806c847bdcd8b66c35e2e49af /src/dhcp.c
parent04c0be97d5b59ca4c1c0fcc626584e04b3e0f480 (diff)
downloadconnman-4bd40079eea51f0a84a00d6330222364adf44710.tar.gz
connman-4bd40079eea51f0a84a00d6330222364adf44710.tar.bz2
connman-4bd40079eea51f0a84a00d6330222364adf44710.zip
Add debug information for proxy auto configuration URL
Diffstat (limited to 'src/dhcp.c')
-rw-r--r--src/dhcp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dhcp.c b/src/dhcp.c
index eb6d52c5..8b9a39b6 100644
--- a/src/dhcp.c
+++ b/src/dhcp.c
@@ -123,6 +123,8 @@ void connman_dhcp_set_value(struct connman_dhcp *dhcp,
dhcp->element->ipv4.timeserver = g_strdup(value);
} else if (g_strcmp0(key, "MTU") == 0) {
} else if (g_strcmp0(key, "PAC") == 0) {
+ connman_info("PAC configuration %s", value);
+
g_free(dhcp->element->ipv4.pac);
dhcp->element->ipv4.pac = g_strdup(value);
}