mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
s4:schema_load.c - Typo
This commit is contained in:
parent
bbf9885013
commit
c051008540
@ -102,7 +102,7 @@ static int dsdb_schema_from_schema_dn(TALLOC_CTX *mem_ctx, struct ldb_module *mo
|
||||
"(objectClass=classSchema)");
|
||||
if (ret != LDB_SUCCESS) {
|
||||
ldb_asprintf_errstring(ldb,
|
||||
"dsdb_schema: failed to search attributeSchema objects: %s",
|
||||
"dsdb_schema: failed to search classSchema objects: %s",
|
||||
ldb_errstring(ldb));
|
||||
goto failed;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user