diff options
Diffstat (limited to 'lib/ntdb/io.c')
-rw-r--r-- | lib/ntdb/io.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ntdb/io.c b/lib/ntdb/io.c index 4580520fa2..e1518062b1 100644 --- a/lib/ntdb/io.c +++ b/lib/ntdb/io.c @@ -441,6 +441,7 @@ static enum NTDB_ERROR ntdb_expand_file(struct ntdb_context *ntdb, char buf[8192]; enum NTDB_ERROR ecode; + assert((ntdb->file->map_size + addition) % NTDB_PGSIZE == 0); if (ntdb->flags & NTDB_RDONLY) { return ntdb_logerr(ntdb, NTDB_ERR_RDONLY, NTDB_LOG_USE_ERROR, "Expand on read-only database"); |