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:
629ec10
)
Fix return value of getlink function
author
Marcel Holtmann
<marcel@holtmann.org>
Tue, 14 Oct 2008 12:29:17 +0000
(14:29 +0200)
committer
Marcel Holtmann
<marcel@holtmann.org>
Tue, 14 Oct 2008 12:29:17 +0000
(14:29 +0200)
src/rtnl.c
patch
|
blob
|
history
diff --git
a/src/rtnl.c
b/src/rtnl.c
index
f02c94b
..
3385017
100644
(file)
--- a/
src/rtnl.c
+++ b/
src/rtnl.c
@@
-469,7
+469,7
@@
int connman_rtnl_send_getlink(void)
req.hdr.nlmsg_seq = 42;
req.msg.rtgen_family = AF_INET;
- __connman_rtnl_send(&req, sizeof(req));
+
return
__connman_rtnl_send(&req, sizeof(req));
}
int __connman_rtnl_init(void)