1
0
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:
Tom Gundersen 2014-12-16 21:49:06 +01:00
parent 30c873fbfb
commit c487c9cec0

View File

@ -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;