diff options
author | Volker Lendecke <vl@samba.org> | 2007-12-15 22:47:30 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2007-12-15 22:47:30 +0100 |
commit | 2e07c2ade89f4ff281c61f74cb88e09990cf5f46 (patch) | |
tree | a1fb43117e5b3966c8113d47c37a1bdf1e8ee30b /source3/lib/smbldap_util.c | |
parent | 79cd97cc3f496f781d809c1ab619afa2cc07293d (diff) | |
download | samba-2e07c2ade89f4ff281c61f74cb88e09990cf5f46.tar.gz |
s/sid_to_string/sid_to_fstring/
least surprise for callers
(This used to be commit eb523ba77697346a365589101aac379febecd546)
Diffstat (limited to 'source3/lib/smbldap_util.c')
-rw-r--r-- | source3/lib/smbldap_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/smbldap_util.c b/source3/lib/smbldap_util.c index 42861ae1111..66aef6ba668 100644 --- a/source3/lib/smbldap_util.c +++ b/source3/lib/smbldap_util.c @@ -192,7 +192,7 @@ static NTSTATUS add_new_domain_info(struct smbldap_state *ldap_state, /* If we don't have an entry, then ask secrets.tdb for what it thinks. It may choose to make it up */ - sid_to_string(sid_string, get_global_sam_sid()); + sid_to_fstring(sid_string, get_global_sam_sid()); smbldap_set_mod(&mods, LDAP_MOD_ADD, get_attr_key2string(dominfo_attr_list, LDAP_ATTR_DOM_SID), |