mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
s4: fix comment typos
This commit is contained in:
parent
eab6d8c390
commit
a268e0846f
@ -1,5 +1,5 @@
|
||||
/*
|
||||
Unix SMB/CIFS mplementation.
|
||||
Unix SMB/CIFS implementation.
|
||||
|
||||
implement possibleInferiors calculation
|
||||
|
||||
@ -49,7 +49,7 @@ static const char **schema_supclasses(const struct dsdb_schema *schema,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/* Cope with 'top SUP top', ie top is subClassOf top */
|
||||
/* Cope with 'top SUP top', i.e. top is subClassOf top */
|
||||
if (schema_class->subClassOf &&
|
||||
strcmp(schema_class->lDAPDisplayName, schema_class->subClassOf) == 0) {
|
||||
schema_class->supclasses = list;
|
||||
@ -181,7 +181,7 @@ static int schema_create_subclasses(const struct dsdb_schema *schema)
|
||||
for (schema_class=schema->classes; schema_class; schema_class=schema_class->next) {
|
||||
schema_class->subclasses = str_list_unique(schema_subclasses_recurse(schema, schema_class));
|
||||
|
||||
/* Initilise the subClass order, to ensure we can't have uninitilised sort on the subClass hirarchy */
|
||||
/* Initialize the subClass order, to ensure we can't have uninitialized sort on the subClass hierarchy */
|
||||
schema_class->subClass_order = 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user