chiark / gitweb /
Remove a few NULLs
[elogind.git] / src / shared / install.c
index b368b9f9ab1eae2fa952b458669b500f633ab2d1..f9d223eee6ac49188f07a2f34a834297b844a904 100644 (file)
@@ -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;