mirror of
https://github.com/corda/corda.git
synced 2025-01-05 20:54:13 +00:00
Fix crash if no avian.boostrap is specified (oops)
This commit is contained in:
parent
ba0ec3759d
commit
3287b1354a
@ -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