diff options
Diffstat (limited to 'nss_mapuid.c')
-rw-r--r-- | nss_mapuid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nss_mapuid.c b/nss_mapuid.c index a3f71f0..7b8faa7 100644 --- a/nss_mapuid.c +++ b/nss_mapuid.c @@ -198,7 +198,7 @@ enum nss_status _nss_mapuid_getpwuid_r(uid_t uid, struct passwd *pw, nssname, uid, min_uid); return status; } - + /* marshal the args for the lower level functions */ pb.pw = pw; pb.buf = buffer; |