mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
Fix crash if no avian.boostrap is specified (oops)
This commit is contained in:
parent
d0ac63292c
commit
74c9f60b98
@ -3023,7 +3023,7 @@ Machine::Machine(System* system, Heap* heap, Finder* bootFinder,
|
||||
not system->success(system->make(&referenceLock)) or
|
||||
not system->success(system->make(&shutdownLock)) or
|
||||
not system->success
|
||||
(system->load(&libraries, bootstrapProperty)))
|
||||
(system->load(&libraries, bootstrapPropertyDup)))
|
||||
{
|
||||
system->abort();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user