mirror of
https://github.com/systemd/systemd.git
synced 2026-08-03 06:30:30 +00:00
fstab-generator: drop unneeded initialization
This commit is contained in:
@@ -1584,7 +1584,7 @@ static int determine_usr(void) {
|
||||
* with /sysroot/etc/fstab available, and then we can write additional units based
|
||||
* on that file. */
|
||||
static int run_generator(void) {
|
||||
int r = 0;
|
||||
int r;
|
||||
|
||||
r = proc_cmdline_parse(parse_proc_cmdline_item, NULL, 0);
|
||||
if (r < 0)
|
||||
|
||||
Reference in New Issue
Block a user