[PATCH] small cut n paste error fix

This commit is contained in:
hannal@us.ibm.com 2004-01-16 00:22:56 -08:00 committed by Greg KH
parent 0523018487
commit eb7a964a7c
1 changed files with 1 additions and 1 deletions

View File

@ -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);