mirror of
https://github.com/samba-team/samba.git
synced 2025-11-15 16:23:49 +03:00
r490: - expanded the test suite to test modify and delete operations
- made yet another attempt to make ldb const clean. - "make test" now runs both the tdb and ldap backend tests, and run the ldbtest utility with and without indexing - added prototypes in ldb.h for ldb_msg_*() public functions
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
34ff18839c
commit
01e8740676
@@ -207,7 +207,7 @@ static int lldb_add_msg_attr(struct ldb_message *msg,
|
||||
*/
|
||||
static int lldb_search(struct ldb_context *ldb, const char *base,
|
||||
enum ldb_scope scope, const char *expression,
|
||||
const char * const *attrs, struct ldb_message ***res)
|
||||
char * const *attrs, struct ldb_message ***res)
|
||||
{
|
||||
struct lldb_private *lldb = ldb->private_data;
|
||||
int count, msg_count;
|
||||
|
||||
Reference in New Issue
Block a user