chiark / gitweb /
_noreturn_ --> noreturn for C11 compat
[elogind.git] / src / udev / udev-builtin-net_setup_link.c
index e6ffa53400c6952c41d11a67d74bc3936444e9f6..b7ba8c90609c5b6dc023fe0c16e87005d78b357a 100644 (file)
@@ -23,7 +23,7 @@
 #include "udev.h"
 #include "log.h"
 
-link_config_ctx *ctx;
+static link_config_ctx *ctx = NULL;
 
 static int builtin_net_setup_link(struct udev_device *dev, int argc, char **argv, bool test) {
         const char *name;