mirror of
https://github.com/systemd/systemd.git
synced 2025-03-19 22:50:17 +03:00
[PATCH] small cut n paste error fix
This commit is contained in:
parent
0523018487
commit
eb7a964a7c
@ -324,7 +324,7 @@ int namedev_init_permissions(void)
|
||||
dbg("cannot parse line '%s'", line);
|
||||
continue;
|
||||
}
|
||||
strncpy(dev.group, temp2, sizeof(dev.owner));
|
||||
strncpy(dev.group, temp2, sizeof(dev.group));
|
||||
|
||||
if (!temp) {
|
||||
dbg("cannot parse line: %s", line);
|
||||
|
Loading…
x
Reference in New Issue
Block a user