summaryrefslogtreecommitdiff
path: root/source4/dsdb/schema/schema_syntax.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-01-02 13:54:37 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:35:56 -0500
commit2754a73d221d13095a4228fede25ffc64134beb5 (patch)
treeda3b280036d7f566fd6aea3fe5714d50da484f93 /source4/dsdb/schema/schema_syntax.c
parent04b9446b2a06362a85fde456fbb2fdc0ef3fd69e (diff)
downloadsamba-2754a73d221d13095a4228fede25ffc64134beb5.tar.gz
samba-2754a73d221d13095a4228fede25ffc64134beb5.tar.bz2
samba-2754a73d221d13095a4228fede25ffc64134beb5.zip
r20475: remove special case for GUID values
metze (This used to be commit b7ab1c0039cd8000861cd89ca072d9d2b0bbf9de)
Diffstat (limited to 'source4/dsdb/schema/schema_syntax.c')
-rw-r--r--source4/dsdb/schema/schema_syntax.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/source4/dsdb/schema/schema_syntax.c b/source4/dsdb/schema/schema_syntax.c
index a0c7214110..f31dfbda2b 100644
--- a/source4/dsdb/schema/schema_syntax.c
+++ b/source4/dsdb/schema/schema_syntax.c
@@ -506,12 +506,6 @@ static WERROR dsdb_syntax_DATA_BLOB_drsuapi_to_ldb(const struct dsdb_schema *sch
{
uint32_t i;
-switch (attr->attributeID_id) {
-case DRSUAPI_ATTRIBUTE_invocationId:
-case DRSUAPI_ATTRIBUTE_schemaIDGUID:
- return dsdb_syntax_FOOBAR_drsuapi_to_ldb(schema,attr, in, mem_ctx, out);
-}
-
out->flags = 0;
out->name = talloc_strdup(mem_ctx, attr->lDAPDisplayName);
W_ERROR_HAVE_NO_MEMORY(out->name);