diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-06-11 08:52:12 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-06-11 08:52:12 +0200 |
commit | 4d3362776f72407e8609144d2801ba067485a261 (patch) | |
tree | 26ed6f69af85fb935d3eb4d79ae94567aa6da56c /source4/lib/ldb | |
parent | 155a672567ac95e0a631a82f9273ddec71bcf643 (diff) | |
download | samba-4d3362776f72407e8609144d2801ba067485a261.tar.gz samba-4d3362776f72407e8609144d2801ba067485a261.tar.bz2 samba-4d3362776f72407e8609144d2801ba067485a261.zip |
ldb:ldb_sqlite3 backend - remove a warning which has already been resolved
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r-- | source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c b/source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c index b9772b8612..12af9c5450 100644 --- a/source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c +++ b/source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c @@ -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; |