getpwnam_alloc -> getpwnam
commit2af4b8a500531f682765280b2af9cbcafb5036d9
authorSimo Sorce <idra@samba.org>
Mon, 21 Jan 2002 08:08:54 +0000 (21 08:08 +0000)
committerSimo Sorce <idra@samba.org>
Mon, 21 Jan 2002 08:08:54 +0000 (21 08:08 +0000)
treebcd41013e5f6f848610202b0f6fd56331a90d440
parentd6b4327f11875c5634fa9452242ed2c5730d5934
getpwnam_alloc -> getpwnam
same reason as per pdb_tdb.c
there isn't (and will never be probably) another call to any getpw* fn,
let's use getpwnam_alloc only when needed.
(This used to be commit f12361b1327306e6a3fcf8ff138413ad9a6c69a3)
source3/passdb/pdb_ldap.c