diff options
-rw-r--r-- | lib/ldb/common/ldb_modules.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ldb/common/ldb_modules.c b/lib/ldb/common/ldb_modules.c index 47ec434be0..8904d5a94a 100644 --- a/lib/ldb/common/ldb_modules.c +++ b/lib/ldb/common/ldb_modules.c @@ -723,7 +723,7 @@ int ldb_module_send_entry(struct ldb_request *req, * * params: * req: the original request passed to your module - * ref: referral string (must be a talloc pointeri, steal) + * ref: referral string (must be a talloc pointer, steal) */ int ldb_module_send_referral(struct ldb_request *req, |