Replace sid_string_static with sid_to_string
authorVolker Lendecke <vl@samba.org>
Sat, 15 Dec 2007 21:00:39 +0000 (22:00 +0100)
committerVolker Lendecke <vl@samba.org>
Sat, 15 Dec 2007 21:09:37 +0000 (22:09 +0100)
commitc7c885078be8fd3024c186044ac28275d7609679
treeb5274d4b5a841205278703adcb162fd62b15e9a0
parentc221c246b10e2dbbd54a9af2dc45de2eae237380
Replace sid_string_static with sid_to_string

This adds 28 fstrings on the stack, but I think an fstring on the stack is
still far better than a static one.
13 files changed:
source/groupdb/mapping_tdb.c
source/lib/privileges.c
source/lib/substitute.c
source/libads/ldap.c
source/libsmb/samlogon_cache.c
source/passdb/pdb_interface.c
source/passdb/pdb_ldap.c
source/rpc_server/srv_lsa_nt.c
source/winbindd/idmap_cache.c
source/winbindd/idmap_tdb.c
source/winbindd/winbindd_async.c
source/winbindd/winbindd_cache.c
source/winbindd/winbindd_group.c