summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/ldb/modules/ldb_map.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/ldb/modules/ldb_map.c b/source4/lib/ldb/modules/ldb_map.c
index 423dab38bb..5b1afb56bc 100644
--- a/source4/lib/ldb/modules/ldb_map.c
+++ b/source4/lib/ldb/modules/ldb_map.c
@@ -1164,7 +1164,7 @@ struct ldb_module *ldb_map_init(struct ldb_context *ldb, const struct ldb_map_at
static struct ldb_val map_convert_local_dn(struct ldb_module *module, TALLOC_CTX *ctx, const struct ldb_val *val)
{
- struct ldb_dn *dn, *newdn;;
+ struct ldb_dn *dn, *newdn;
struct ldb_val *newval;
dn = ldb_dn_explode(ctx, (char *)val->data);
@@ -1184,7 +1184,7 @@ static struct ldb_val map_convert_local_dn(struct ldb_module *module, TALLOC_CTX
static struct ldb_val map_convert_remote_dn(struct ldb_module *module, TALLOC_CTX *ctx, const struct ldb_val *val)
{
- struct ldb_dn *dn, *newdn;;
+ struct ldb_dn *dn, *newdn;
struct ldb_val *newval;
dn = ldb_dn_explode(ctx, (char *)val->data);