Dirk Mueller 2010-03-26 17:04:16 +00:00 committed by Git OBS Bridge
parent cd2dcf1a17
commit a15948cd53

View File

@ -25,7 +25,7 @@
}
- if (group && gnameToGid(group, &gid)) {
+ if (group && gnameToGid(group, &gid, safe)) {
+ if (group && gnameToGid__safe(group, &gid, safe)) {
if (fsm->goal == FSM_PKGINSTALL)
rpmlog(RPMLOG_WARNING,
_("group %s does not exist - using root\n"), group);