projects
/
framework
/
connectivity
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00f76b6
)
ipconfig: Removed obsolete code
author
Jukka Rissanen
<jukka.rissanen@nokia.com>
Fri, 7 Jan 2011 12:55:15 +0000
(14:55 +0200)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Fri, 7 Jan 2011 23:49:06 +0000
(
00:49
+0100)
src/ipconfig.c
patch
|
blob
|
history
diff --git
a/src/ipconfig.c
b/src/ipconfig.c
index
bdfbbe5
..
f1533e0
100644
(file)
--- 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;
}