diff options
author | Dave Olson <olson@cumulusnetworks.com> | 2017-06-21 15:13:02 -0700 |
---|---|---|
committer | Dave Olson <olson@cumulusnetworks.com> | 2017-06-21 15:23:44 -0700 |
commit | 5c6df6ac03f04f195c6f3bb9fe8b1725428de129 (patch) | |
tree | 53cab0eda333806208770dad755bdce109a02052 /nss_mapuid.c | |
parent | b9b2e397455dd2cacbd1729941d8e898de41400d (diff) | |
download | libnss-mapuser-5c6df6ac03f04f195c6f3bb9fe8b1725428de129.tar.gz libnss-mapuser-5c6df6ac03f04f195c6f3bb9fe8b1725428de129.zip |
Random small fixes with everything now working
Fixed trailing whitespace
Also fixed man page formatting issue
Added misc to debian/control
changelog modified to cumulus cl3u1
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; |