Skip to content

Commit

Permalink
sciond: Get crypto from CS
Browse files Browse the repository at this point in the history
Fixes acceptance test broken by scionproto#2971
  • Loading branch information
lukedirtwalker committed Aug 8, 2019
1 parent e216a2c commit 77c6780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/sciond/internal/fetcher/fetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ func (f *fetcherHandler) fetchAndVerify(ctx context.Context, req *sciond.PathReq
earlyTrigger := make(chan struct{})
time.AfterFunc(earlyReplyInterval, func() { close(earlyTrigger) })
// Create an extended context to verify and store the reply.
r := f.replyHandler.Handle(extCtx, reply, ps, earlyTrigger)
r := f.replyHandler.Handle(extCtx, reply, nil, earlyTrigger)
go func() {
defer log.LogPanicAndExit()
defer cancelF()
Expand Down

0 comments on commit 77c6780

Please sign in to comment.