1
0
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:
Matthias Dieter Wallnöfer 2010-06-11 08:52:12 +02:00
parent 155a672567
commit 4d3362776f

View File

@ -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;