From 7914d6bba47a21b98617d04c992a9075ff5af4c0 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Fri, 12 Apr 2013 19:19:48 -0400 Subject: Remove a few NULLs Just {} is used in a lot of places now, and there's nothing special abose those few. --- src/shared/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared/install.c') diff --git a/src/shared/install.c b/src/shared/install.c index b368b9f9ab..f9d223eee6 100644 --- a/src/shared/install.c +++ b/src/shared/install.c @@ -1735,7 +1735,7 @@ int unit_file_preset( unsigned *n_changes) { LookupPaths _cleanup_lookup_paths_free_ paths = {}; - InstallContext _cleanup_install_context_done_ plus = {}, minus = {NULL}; + InstallContext _cleanup_install_context_done_ plus = {}, minus = {}; char **i; char _cleanup_free_ *config_path = NULL; Set _cleanup_set_free_free_ *remove_symlinks_to = NULL; -- cgit v1.2.3-54-g00ecf