summaryrefslogtreecommitdiff
path: root/source3/lib/ldb
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-01-01 22:05:03 +0100
committerVolker Lendecke <vl@samba.org>2009-01-01 22:08:24 +0100
commit7458111ea4cf33b2a093e5edfb3b42ebfdc330c5 (patch)
tree0a266d21c6c7ed7a7aa998239efaf20ffac9843b /source3/lib/ldb
parent707a5a41b5818b7a59027d16abdce9f57be9cdcd (diff)
downloadsamba-7458111ea4cf33b2a093e5edfb3b42ebfdc330c5.tar.gz
samba-7458111ea4cf33b2a093e5edfb3b42ebfdc330c5.tar.bz2
samba-7458111ea4cf33b2a093e5edfb3b42ebfdc330c5.zip
Fix bug 5913.
Never seen this to be a problem, but it doesn't hurt either :-)
Diffstat (limited to 'source3/lib/ldb')
-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 0a745742d9..3891c1c6a3 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