Page MenuHomeFreeBSD

D47263.diff
No OneTemporary

D47263.diff

diff --git a/contrib/openbsm/libbsm/bsm_io.c b/contrib/openbsm/libbsm/bsm_io.c
--- a/contrib/openbsm/libbsm/bsm_io.c
+++ b/contrib/openbsm/libbsm/bsm_io.c
@@ -644,7 +644,7 @@
{
struct passwd *pwent;
- if (oflags & AU_OFLAG_RAW)
+ if (oflags & (AU_OFLAG_RAW | AU_OFLAG_NORESOLVE))
fprintf(fp, "%d", usr);
else {
pwent = getpwuid(usr);
@@ -663,7 +663,7 @@
{
struct group *grpent;
- if (oflags & AU_OFLAG_RAW)
+ if (oflags & (AU_OFLAG_RAW | AU_OFLAG_NORESOLVE))
fprintf(fp, "%d", grp);
else {
grpent = getgrgid(grp);

File Metadata

Mime Type
text/plain
Expires
Sun, Jul 12, 6:04 PM (34 m, 40 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35005811
Default Alt Text
D47263.diff (541 B)

Event Timeline