replace getpwnam_alloc with plain getpwnam.
commit38c7fc5fe12cd6400016126dba85cfbbbb59f90a
authorSimo Sorce <idra@samba.org>
Mon, 21 Jan 2002 07:51:26 +0000 (21 07:51 +0000)
committerSimo Sorce <idra@samba.org>
Mon, 21 Jan 2002 07:51:26 +0000 (21 07:51 +0000)
treeb4ee101955aba69d16371c74419fc9c7895451ac
parent2a2f4a24f7c0a9c624db119a11d9afdb27a11b8a
replace getpwnam_alloc with plain getpwnam.
We are not going to reuse any getpw* call, so the extra alloc,copy and free
only uses extra memory and extra cpu time for nothing.
(This used to be commit 5c0bb0487bec00df494b72b64ddf274f42bfefea)
source3/passdb/pdb_tdb.c