Fix bug 5913.
authorVolker Lendecke <vl@samba.org>
Thu, 1 Jan 2009 21:05:03 +0000 (22:05 +0100)
committerVolker Lendecke <vl@samba.org>
Thu, 1 Jan 2009 21:06:47 +0000 (22:06 +0100)
Never seen this to be a problem, but it doesn't hurt either :-)

source/lib/ldb/include/ldb.h

index 0a745742d9be42de225f72645e4804a9dbe1d246..3891c1c6a3124614e7fa8bb91b7ea5e731a5ae05 100644 (file)
@@ -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