summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2005-06-15 17:15:01 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:18:14 -0500
commit4864c329c4633de2ccbefa7890651a92a5db0d4c (patch)
treeee0bc5cb5d8a84ce251495cc7671c7519185d73a /source4/dsdb/samdb
parent9378cca1aeda2f12a997cd6017d6d983a20e34bf (diff)
downloadsamba-4864c329c4633de2ccbefa7890651a92a5db0d4c.tar.gz
samba-4864c329c4633de2ccbefa7890651a92a5db0d4c.tar.bz2
samba-4864c329c4633de2ccbefa7890651a92a5db0d4c.zip
r7615: fix the build and simplify gendb_search_dn
(This used to be commit b38bb63175ae0bdcf833c017e5fbbfc2c0769506)
Diffstat (limited to 'source4/dsdb/samdb')
-rw-r--r--source4/dsdb/samdb/samdb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/dsdb/samdb/samdb.c b/source4/dsdb/samdb/samdb.c
index 642cff1a7a..0cbb141d40 100644
--- a/source4/dsdb/samdb/samdb.c
+++ b/source4/dsdb/samdb/samdb.c
@@ -52,8 +52,8 @@ int samdb_search_domain(struct ldb_context *sam_ldb,
int i, count;
va_start(ap, format);
- count = gendb_search_v(sam_ldb, mem_ctx, basedn, res, attrs,
- format, ap);
+ count = gendb_search_v(sam_ldb, mem_ctx, basedn,
+ res, attrs, format, ap);
va_end(ap);
i=0;