diff options
author | Michael Biebl <biebl@debian.org> | 2011-10-28 23:04:16 +0200 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2011-10-28 23:04:16 +0200 |
commit | 485d149fe80915d94ed49ea6c2c0552cf7a3e79a (patch) | |
tree | 6a48492b46b8c1e3df1c58626c28f05a978c61f7 /src/dhcp-manager/nm-dhcp-client.c | |
parent | 263bf4c0c89bb88dc995acd9a6a2de9095fbd461 (diff) |
Imported Upstream version 0.9.1.95upstream/0.9.1.95
Diffstat (limited to 'src/dhcp-manager/nm-dhcp-client.c')
-rw-r--r-- | src/dhcp-manager/nm-dhcp-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dhcp-manager/nm-dhcp-client.c b/src/dhcp-manager/nm-dhcp-client.c index 3418bf3b2..f10f3de94 100644 --- a/src/dhcp-manager/nm-dhcp-client.c +++ b/src/dhcp-manager/nm-dhcp-client.c @@ -638,7 +638,7 @@ nm_dhcp_client_foreach_option (NMDHCPClient *self, } if (!ignore) { - const char *tmp_key = value; + const char *tmp_key = key; /* Remove the "new_" prefix that dhclient passes back */ if (!strncmp (key, NEW_TAG, strlen (NEW_TAG))) |