projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4330dc0
)
sysusers: drop an unused variable
author
Yu Watanabe
<watanabe.yu+github@gmail.com>
Tue, 15 May 2018 11:44:15 +0000
(20:44 +0900)
committer
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Tue, 15 May 2018 12:04:43 +0000
(14:04 +0200)
Follow-up for
ec0327d69c260d9a3770e9d722dbdcde996651cc
.
src/sysusers/sysusers.c
patch
|
blob
|
history
diff --git
a/src/sysusers/sysusers.c
b/src/sysusers/sysusers.c
index 92e5851519f4d0c247fcfdb60a73a122e3f49bc5..af041d2f74bb3f5ba6771d0ff5219a16415652fb 100644
(file)
--- a/
src/sysusers/sysusers.c
+++ b/
src/sysusers/sysusers.c
@@
-1746,7
+1746,6
@@
static void free_database(Hashmap *by_name, Hashmap *by_id) {
static int cat_config(void) {
_cleanup_strv_free_ char **files = NULL;
- _cleanup_free_ char *replace_file = NULL;
int r;
r = conf_files_list_with_replacement(arg_root, CONF_PATHS_STRV("sysusers.d"), arg_replace, &files, NULL);