pdb_ldap: Fix typos
authorVolker Lendecke <vl@samba.org>
Sun, 9 Dec 2018 10:52:16 +0000 (11:52 +0100)
committerJeremy Allison <jra@samba.org>
Mon, 10 Dec 2018 23:40:29 +0000 (00:40 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/passdb/pdb_ldap.c

index 62f899314de8ff80597da0e68bdc47149e123769..e75f0bc4e7c5feafbd694ae6f1efe3361fb9bc8d 100644 (file)
@@ -5159,7 +5159,7 @@ static bool ldapsam_uid_to_sid(struct pdb_methods *methods, uid_t uid,
        }
 
        if (!string_to_sid(&user_sid, user_sid_string)) {
-               DEBUG(3, ("Error calling sid_string_talloc for sid '%s'\n",
+               DEBUG(3, ("Error calling string_to_sid for sid '%s'\n",
                          user_sid_string));
                goto done;
        }
@@ -5226,7 +5226,7 @@ static bool ldapsam_gid_to_sid(struct pdb_methods *methods, gid_t gid,
        }
 
        if (!string_to_sid(&group_sid, group_sid_string)) {
-               DEBUG(3, ("Error calling sid_string_talloc for sid '%s'\n",
+               DEBUG(3, ("Error calling string_to_sid for sid '%s'\n",
                          group_sid_string));
                goto done;
        }