summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2010-03-08 09:58:28 +0100
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2010-03-08 10:33:24 +0100
commitf8dba773a5174055e3c206d006317b5275481636 (patch)
tree836d7a099c20167f23a9d9091f1e46a03a5f4878 /source4/lib/ldb
parent2d03011858ca33ee56b4c36ac6a901850ff69864 (diff)
downloadsamba-f8dba773a5174055e3c206d006317b5275481636.tar.gz
s4:ldb_ldap.c - fix indentation
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r--source4/lib/ldb/ldb_ldap/ldb_ldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/ldb_ldap/ldb_ldap.c b/source4/lib/ldb/ldb_ldap/ldb_ldap.c
index b7d74d4b9f9..11edd348900 100644
--- a/source4/lib/ldb/ldb_ldap/ldb_ldap.c
+++ b/source4/lib/ldb/ldb_ldap/ldb_ldap.c
@@ -387,7 +387,7 @@ static int lldb_rename(struct lldb_context *lldb_ac)
struct ldb_module *module = lldb_ac->module;
struct ldb_request *req = lldb_ac->req;
char *old_dn;
- char *newrdn;
+ char *newrdn;
char *parentdn;
int ret;