summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-09-01 07:44:59 +0000
committerTim Potter <tpot@samba.org>2005-09-01 07:44:59 +0000
commit391742742e9b3ebb7fd9ec1d9657049d30f67419 (patch)
treea6f77c0b3113febfa2bd27c58491c949010f5c99
parent6add4383313ff5dd9dce9ab2e293262039a5ba6f (diff)
downloadsamba-391742742e9b3ebb7fd9ec1d9657049d30f67419.tar.gz
r9881: I can't believe this can make a difference...
-rw-r--r--source/lib/ldb/modules/ldb_map.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/lib/ldb/modules/ldb_map.c b/source/lib/ldb/modules/ldb_map.c
index 423dab38bbf..5b1afb56bc6 100644
--- a/source/lib/ldb/modules/ldb_map.c
+++ b/source/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);