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:
parent
b0595d238b
commit
0ec755cfa0
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user