From ad53514287c7f35b80aa3fe3c9fe1b23f257c669 Mon Sep 17 00:00:00 2001 From: Jukka Rissanen Date: Fri, 7 Jan 2011 14:55:15 +0200 Subject: [PATCH] ipconfig: Removed obsolete code --- src/ipconfig.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ipconfig.c b/src/ipconfig.c index bdfbbe5..f1533e0 100644 --- a/src/ipconfig.c +++ b/src/ipconfig.c @@ -1607,9 +1607,6 @@ int __connman_ipconfig_set_config(struct connman_ipconfig *ipconfig, break; case CONNMAN_IPCONFIG_METHOD_DHCP: - if (ipconfig->method == method) - return 0; - ipconfig->method = method; break; } -- 2.7.4