1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-11 16:58:40 +03:00

r9625: Get rid of "duplicate const" warning.

This commit is contained in:
Tim Potter 2005-08-25 23:05:41 +00:00 committed by Gerald (Jerry) Carter
parent b0595d238b
commit 0ec755cfa0

View File

@ -268,7 +268,7 @@ int ldb_connect(struct ldb_context *ldb, const char *url, unsigned int flags, co
use talloc_free to free the ldb_message returned use talloc_free to free the ldb_message returned
*/ */
int ldb_search(struct ldb_context *ldb, int ldb_search(struct ldb_context *ldb,
const const struct ldb_dn *base, const struct ldb_dn *base,
enum ldb_scope scope, enum ldb_scope scope,
const char *expression, const char *expression,
const char * const *attrs, struct ldb_message ***res); const char * const *attrs, struct ldb_message ***res);