summaryrefslogtreecommitdiff
path: root/source4/dsdb/schema/schema_description.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-12-19 15:24:36 +1100
committerAndrew Bartlett <abartlet@samba.org>2008-12-20 14:44:39 +1100
commit6488afaafe028ad2deba03517294b577ea3b4167 (patch)
tree3231946871bb56b45017189416208172c201b665 /source4/dsdb/schema/schema_description.c
parentdd5a4681e8bc009e16d3586471630933710dd190 (diff)
downloadsamba-6488afaafe028ad2deba03517294b577ea3b4167.tar.gz
samba-6488afaafe028ad2deba03517294b577ea3b4167.tar.bz2
samba-6488afaafe028ad2deba03517294b577ea3b4167.zip
Now store the GUID and SID from a DN over DRSUAPI into ldb.
Until the extended DN work was compleated, there was no way to store the additional metadata. Andrew Bartlett
Diffstat (limited to 'source4/dsdb/schema/schema_description.c')
-rw-r--r--source4/dsdb/schema/schema_description.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/dsdb/schema/schema_description.c b/source4/dsdb/schema/schema_description.c
index 9443c04bb0..5474eb5074 100644
--- a/source4/dsdb/schema/schema_description.c
+++ b/source4/dsdb/schema/schema_description.c
@@ -387,8 +387,6 @@ char *schema_class_to_dITContentRule(TALLOC_CTX *mem_ctx, const struct dsdb_clas
char *schema_class_to_extendedInfo(TALLOC_CTX *mem_ctx, const struct dsdb_class *sclass)
{
char *schema_description = NULL;
- DATA_BLOB guid_blob;
- char *guid_hex;
TALLOC_CTX *tmp_ctx = talloc_new(mem_ctx);
if (!tmp_ctx) {
return NULL;