K 10 svn:author V 7 delphij K 8 svn:date V 27 2009-03-28T07:09:51.370371Z K 7 svn:log V 288 Simplify the logic when determining whether to zero out a db file to after open(). The previous logic only initializes the database when O_CREAT is set, but as long as we can open and write the database, and the database is empty, we should initialize it anyway. Obtained from: OpenBSD END