SHA256
3
0
forked from pool/rpm

extra typo :-(

OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=43
This commit is contained in:
Dirk Mueller 2010-03-26 17:10:36 +00:00 committed by Git OBS Bridge
parent a15948cd53
commit 93d1314051

View File

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