Commit 7b57e8b6 by Daniel Lezcano Committed by Daniel Lezcano

fix empty network configuration

The return statement is at the wrong place. Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent 829dd918
......@@ -1224,8 +1224,8 @@ static int setup_netdev(struct lxc_netdev *netdev)
strerror(-err));
return -1;
}
return 0;
}
return 0;
}
/* retrieve the name of the interface */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment