fix construction of never-resolving pipeline
This commit is contained in:
parent
6326f965ab
commit
60690c1e70
1 changed files with 3 additions and 1 deletions
|
@ -1560,7 +1560,9 @@ final class RpcState<VatId> {
|
||||||
* Construct a new RpcPipeline that is never expected to resolve.
|
* Construct a new RpcPipeline that is never expected to resolve.
|
||||||
*/
|
*/
|
||||||
RpcPipeline(QuestionRef questionRef) {
|
RpcPipeline(QuestionRef questionRef) {
|
||||||
this(questionRef, null);
|
this.questionRef = questionRef;
|
||||||
|
this.redirectLater = null;
|
||||||
|
this.resolveSelf = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue