projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71acb5e
)
networkd: remove unused variable
author
Tom Gundersen
<teg@jklm.no>
Sat, 1 Feb 2014 15:27:41 +0000
(16:27 +0100)
committer
Tom Gundersen
<teg@jklm.no>
Sat, 1 Feb 2014 15:51:35 +0000
(16:51 +0100)
src/network/networkd-netdev.c
patch
|
blob
|
history
diff --git
a/src/network/networkd-netdev.c
b/src/network/networkd-netdev.c
index
c48c96a
..
0df583a
100644
(file)
--- a/
src/network/networkd-netdev.c
+++ b/
src/network/networkd-netdev.c
@@
-140,7
+140,7
@@
static int netdev_enter_ready(Netdev *netdev) {
static int netdev_create_handler(sd_rtnl *rtnl, sd_rtnl_message *m, void *userdata) {
Netdev *netdev = userdata;
- int r
, ifindex
;
+ int r;
assert(netdev->state != _NETDEV_STATE_INVALID);