From: Volker Lendecke Date: Thu, 1 Jan 2009 21:05:03 +0000 (+0100) Subject: Fix bug 5913. X-Git-Tag: samba-3.3.0~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6707c64fc22abb9ac7d93c7446e4ef842b861396;p=thirdparty%2Fsamba.git Fix bug 5913. Never seen this to be a problem, but it doesn't hurt either :-) (cherry picked from commit 8f2d5137852fd3f2a376a7fa71f1a5c8b947bd37) --- diff --git a/source/lib/ldb/include/ldb.h b/source/lib/ldb/include/ldb.h index 0a745742d9b..3891c1c6a31 100644 --- a/source/lib/ldb/include/ldb.h +++ b/source/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