diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2014-04-21 00:02:35 +0200 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2014-04-21 00:03:22 +0200 |
commit | 6e37cd2f4af8928d905203108a4331e375d7127c (patch) | |
tree | 5c8739d0b8f93405d7471053da3c7fdc84dc022b /src/udev | |
parent | 57bd6899b35b84d1f23809133ae45d29a87b2eaa (diff) |
silence warnings
Diffstat (limited to 'src/udev')
-rw-r--r-- | src/udev/net/link-config.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |