Commit 91346a5a authored by Aaron Jacobs's avatar Aaron Jacobs

Fixed a panic.

parent 0985694a
......@@ -53,7 +53,7 @@ func (o *commonOp) init(
o.opsInFlight = opsInFlight
// Set up a trace span for this op.
o.ctx, o.report = reqtrace.StartSpan(o.ctx, o.opType)
o.ctx, o.report = reqtrace.StartSpan(ctx, o.opType)
}
func (o *commonOp) Header() OpHeader {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment