mirror of
https://github.com/samba-team/samba.git
synced 2025-12-07 20:23:50 +03:00
r381: make the code more C++ friendly
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
b5cb5a1e62
commit
8acecc7f27
@@ -119,7 +119,7 @@ int ldb_modify(struct ldb_context *ldb,
|
||||
*/
|
||||
int ldb_delete(struct ldb_context *ldb, const char *dn)
|
||||
{
|
||||
return ldb->ops->delete(ldb, dn);
|
||||
return ldb->ops->delete_record(ldb, dn);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user