fix construction of never-resolving pipeline

This commit is contained in:
Vaci Koblizek 2020-11-26 15:21:02 +00:00
parent 6326f965ab
commit 60690c1e70

View file

@ -1560,7 +1560,9 @@ final class RpcState<VatId> {
* Construct a new RpcPipeline that is never expected to resolve.
*/
RpcPipeline(QuestionRef questionRef) {
this(questionRef, null);
this.questionRef = questionRef;
this.redirectLater = null;
this.resolveSelf = null;
}
@Override