Page MenuHomeFreeBSD

D47263.id145384.diff
No OneTemporary

D47263.id145384.diff

Index: contrib/openbsm/libbsm/bsm_io.c
===================================================================
--- contrib/openbsm/libbsm/bsm_io.c
+++ 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
Thu, Apr 9, 4:42 PM (4 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31059699
Default Alt Text
D47263.id145384.diff (564 B)

Event Timeline