mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
ldb:ldb_sqlite3 backend - remove a warning which has already been resolved
This commit is contained in:
parent
155a672567
commit
4d3362776f
@ -1180,7 +1180,6 @@ static int lsql_modify(struct lsql_context *ctx)
|
||||
return LDB_ERR_CONSTRAINT_VIOLATION;
|
||||
}
|
||||
|
||||
#warning "We should throw an error if no value is provided!"
|
||||
/* For each value of the specified attribute name... */
|
||||
for (j = 0; j < el->num_values; j++) {
|
||||
struct ldb_val value;
|
||||
|
Loading…
Reference in New Issue
Block a user