From 6e37cd2f4af8928d905203108a4331e375d7127c Mon Sep 17 00:00:00 2001 From: Thomas Hindoe Paaboel Andersen Date: Mon, 21 Apr 2014 00:02:35 +0200 Subject: silence warnings --- src/udev/net/link-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/udev') diff --git a/src/udev/net/link-config.c b/src/udev/net/link-config.c index 7be4d24de7..8234598e45 100644 --- a/src/udev/net/link-config.c +++ b/src/udev/net/link-config.c @@ -140,7 +140,7 @@ void link_config_ctx_free(link_config_ctx *ctx) { static int load_link(link_config_ctx *ctx, const char *filename) { _cleanup_free_ link_config *link = NULL; - _cleanup_fclose_ FILE *file; + _cleanup_fclose_ FILE *file = NULL; int r; assert(ctx); -- cgit v1.2.3-54-g00ecf