diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2011-10-20 22:29:43 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2011-10-27 18:52:28 +0200 |
commit | 8a6daa3cf9c011721cfca2ce1bcf543994dbd4b6 (patch) | |
tree | b7c7f95d308bf80ae6090a6e708029191a4921bd /lib/ldb/common | |
parent | b972bd53d736bbf2720585bc8f1ed316a647a5d6 (diff) | |
download | samba-8a6daa3cf9c011721cfca2ce1bcf543994dbd4b6.tar.gz samba-8a6daa3cf9c011721cfca2ce1bcf543994dbd4b6.tar.bz2 samba-8a6daa3cf9c011721cfca2ce1bcf543994dbd4b6.zip |
ldb:common/ldb_modules.c - fix a typo in comment
Reviewed-by: abartlet
Diffstat (limited to 'lib/ldb/common')
-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, |