mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
spell "recursive"
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
7545eff148
commit
c078ea7828
@ -417,7 +417,7 @@ NTSTATUS dcerpc_winreg_enumvals(TALLOC_CTX *mem_ctx,
|
||||
/**
|
||||
* @internal
|
||||
*
|
||||
* @brief A function to delete a key and its subkeys recurively.
|
||||
* @brief A function to delete a key and its subkeys recursively.
|
||||
*
|
||||
* @param[in] mem_ctx The memory context to use.
|
||||
*
|
||||
|
@ -741,7 +741,7 @@ struct dsdb_schema *dsdb_get_schema(struct ldb_context *ldb, TALLOC_CTX *referen
|
||||
}
|
||||
|
||||
if (refresh_fn) {
|
||||
/* We need to guard against recurisve calls here */
|
||||
/* We need to guard against recursive calls here */
|
||||
if (ldb_set_opaque(ldb, "dsdb_schema_refresh_fn", NULL) != LDB_SUCCESS) {
|
||||
ldb_debug_set(ldb, LDB_DEBUG_FATAL,
|
||||
"dsdb_get_schema: clearing dsdb_schema_refresh_fn failed");
|
||||
|
Loading…
x
Reference in New Issue
Block a user