mirror of
https://github.com/corda/corda.git
synced 2025-01-05 20:54:13 +00:00
initialize count_ from starting point in MyStackWalker(MyStackWalker*)
When we're initializing a stack walker based on an existing instance, we should initialize all the fields from that instance, including count_.
This commit is contained in:
parent
f38f5699c6
commit
c00f811a2f
@ -532,7 +532,7 @@ class MyStackWalker: public Processor::StackWalker {
|
||||
method_(w->method_),
|
||||
target(w->target),
|
||||
continuation(w->continuation),
|
||||
count_(0),
|
||||
count_(w->count_),
|
||||
protector(this)
|
||||
{ }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user