mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
udev: net_setup - fix warning
This commit is contained in:
parent
30c873fbfb
commit
c487c9cec0
@ -27,7 +27,7 @@ static link_config_ctx *ctx = NULL;
|
||||
|
||||
static int builtin_net_setup_link(struct udev_device *dev, int argc, char **argv, bool test) {
|
||||
_cleanup_free_ char *driver = NULL;
|
||||
const char *name;
|
||||
const char *name = NULL;
|
||||
link_config *link;
|
||||
int r;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user