If mdb_env_set_mapsize() fails, dns_view_setnewzones() will return an error, but view->new_zone_mapsize will still be set. This is essentially harmless as the NZD will not be subsequently used, but we should nevertheless refrain from setting variables related to failed function calls.