networkd: netdev add one separate line

This commit is contained in:
Susant Sahani 2014-06-30 10:35:49 +05:30 committed by Tom Gundersen
parent 28aeb07f55
commit 8469c1d329

View file

@ -221,6 +221,7 @@ static int netdev_enter_ready(NetDev *netdev) {
return 0;
}
static int netdev_create_handler(sd_rtnl *rtnl, sd_rtnl_message *m, void *userdata) {
NetDev *netdev = userdata;
int r;