projects
/
platform
/
upstream
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84ffea1
)
tethering: Fix pool size request
author
Daniel Wagner
<daniel.wagner@bmw-carit.de>
Mon, 20 Feb 2012 09:00:34 +0000
(10:00 +0100)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Fri, 24 Feb 2012 22:29:48 +0000
(23:29 +0100)
Math is hard, I know.
Fixes BMC#24898
src/tethering.c
patch
|
blob
|
history
diff --git
a/src/tethering.c
b/src/tethering.c
index
161e971
..
7fa4ef1
100644
(file)
--- a/
src/tethering.c
+++ b/
src/tethering.c
@@
-194,7
+194,7
@@
void __connman_tethering_set_enabled(void)
return;
index = connman_inet_ifindex(BRIDGE_NAME);
- dhcp_ippool = __connman_ippool_create(index, 2, 25
3
,
+ dhcp_ippool = __connman_ippool_create(index, 2, 25
2
,
tethering_restart, NULL);
if (dhcp_ippool == NULL) {
connman_error("Fail to create IP pool");