mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-06 05:32:02 +00:00
sysusers: fix uninitialized warning
This commit is contained in:
committed by
Tom Gundersen
parent
f14aa1f1b2
commit
bce415edca
@@ -1312,6 +1312,8 @@ static int parse_line(const char *fname, unsigned line, const char *buffer) {
|
||||
|
||||
h = groups;
|
||||
break;
|
||||
default:
|
||||
return -EBADMSG;
|
||||
}
|
||||
|
||||
i->type = action[0];
|
||||
|
||||
Reference in New Issue
Block a user