projects
/
profile
/
ivi
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9370b61
)
Small coding style fixup for bridge enabling
author
Marcel Holtmann
<marcel@holtmann.org>
Mon, 24 Jan 2011 16:41:30 +0000
(17:41 +0100)
committer
Marcel Holtmann
<marcel@holtmann.org>
Mon, 24 Jan 2011 16:41:30 +0000
(17:41 +0100)
src/tethering.c
patch
|
blob
|
history
diff --git
a/src/tethering.c
b/src/tethering.c
index
2915194
..
d069fa3
100644
(file)
--- a/
src/tethering.c
+++ b/
src/tethering.c
@@
-209,7
+209,7
@@
static int enable_bridge(const char *name)
err = __connman_inet_modify_address(RTM_NEWADDR,
NLM_F_REPLACE | NLM_F_ACK, index, AF_INET,
-
BRIDGE_IP, NULL, 24, BRIDGE_BCAST);
+ BRIDGE_IP, NULL, 24, BRIDGE_BCAST);
if (err < 0)
return err;