2014-07-06 14:06 GMT+02:00 Tom Gundersen <[email protected]>: > On Sun, Jul 6, 2014 at 1:33 PM, Ronny Chevalier > <[email protected]> wrote: >> --- >> src/sysusers/sysusers.c | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/src/sysusers/sysusers.c b/src/sysusers/sysusers.c >> index 1209a5a..c0af693 100644 >> --- a/src/sysusers/sysusers.c >> +++ b/src/sysusers/sysusers.c >> @@ -1312,6 +1312,8 @@ static int parse_line(const char *fname, unsigned >> line, const char *buffer) { >> >> h = groups; >> break; >> + default: >> + return -EBADMSG; >> } > > Hm, this code-path should never happen, right? Is your compiler complaining? > > -t Yes because it doesn't know that the IN_SET forbid this. So it just fix the warning.
> >> i->type = action[0]; >> -- >> 2.0.1 >> >> _______________________________________________ >> systemd-devel mailing list >> [email protected] >> http://lists.freedesktop.org/mailman/listinfo/systemd-devel _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
