summaryrefslogtreecommitdiff
path: root/source3/lib/ldb/include/ldb.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/ldb/include/ldb.h')
-rw-r--r--source3/lib/ldb/include/ldb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/ldb/include/ldb.h b/source3/lib/ldb/include/ldb.h
index 0a745742d9b..3891c1c6a31 100644
--- a/source3/lib/ldb/include/ldb.h
+++ b/source3/lib/ldb/include/ldb.h
@@ -991,7 +991,7 @@ int ldb_search(struct ldb_context *ldb,
const struct ldb_dn *base,
enum ldb_scope scope,
const char *expression,
- const char * const *attrs, struct ldb_result **res);
+ const char * const *attrs, struct ldb_result **_res);
/*
* a useful search function where you can easily define the expression and