X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=source3%2Flibads%2Fldap.c;h=a4532cd2ea3a978c64de726bf97c93c6d366c39d;hb=900288a2b86abd247f9eb4cd15dc5617a17cfef1;hp=da4227b64c43687445b9215edd017209033720a7;hpb=f498f661bcd6f2d97d55aa275dcd1eb2cbcda8a4;p=amitay%2Fsamba.git diff --git a/source3/libads/ldap.c b/source3/libads/ldap.c index da4227b64c4..a4532cd2ea3 100644 --- a/source3/libads/ldap.c +++ b/source3/libads/ldap.c @@ -2367,8 +2367,8 @@ int ads_count_replies(ADS_STRUCT *ads, void *res) for (i=0; values[i]; i++) { ret = sid_parse(values[i]->bv_val, values[i]->bv_len, &(*sids)[count]); if (ret) { - fstring sid; - DEBUG(10, ("pulling SID: %s\n", sid_to_string(sid, &(*sids)[count]))); + DEBUG(10, ("pulling SID: %s\n", + sid_string_dbg(&(*sids)[count]))); count++; } }