From 0bd5a57a576cb7471c50d7c18cd3c155c5d041ce Mon Sep 17 00:00:00 2001 From: David Tardon Date: Tue, 28 Mar 2023 09:36:35 +0200 Subject: systemctl: drop stray assignment --- src/systemctl/systemctl-list-unit-files.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/systemctl') diff --git a/src/systemctl/systemctl-list-unit-files.c b/src/systemctl/systemctl-list-unit-files.c index 426ba1acc7..a2b12436b3 100644 --- a/src/systemctl/systemctl-list-unit-files.c +++ b/src/systemctl/systemctl-list-unit-files.c @@ -169,8 +169,6 @@ int verb_list_unit_files(int argc, char *argv[], void *userdata) { } assert(c <= n_units); - - r = 0; } else { _cleanup_(sd_bus_message_unrefp) sd_bus_message *m = NULL; _cleanup_(sd_bus_error_free) sd_bus_error error = SD_BUS_ERROR_NULL; -- cgit v1.2.1