libpwdgrp: fix thinko in getpwnam
authorTito Ragusa <farmatito@tiscali.it>
Thu, 19 Feb 2015 21:02:59 +0000 (22:02 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 19 Feb 2015 21:03:56 +0000 (22:03 +0100)
commitcb6a112f09c3b5dfe94b5c365ca50df4dcc05520
tree726f543a539dd917ab8e6e97c17ad8c4ff6c5eb0
parentd7bfee1edb551d3503c7b616702a73192ba069a9
libpwdgrp: fix thinko in getpwnam

function                                             old     new   delta
parse_file                                             -      64     +64
getXXnam_r                                           162     138     -24
getXXnam                                              90      50     -40
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 0/2 up/down: 64/-64)              Total: 0 bytes

Signed-off-by: Tito Ragusa <farmatito@tiscali.it>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
libpwdgrp/pwd_grp.c