Fixed a panic.

geesefs-0-30-9
Aaron Jacobs 2015-05-01 11:18:18 +10:00
parent 0985694a4b
commit 91346a5af6
1 changed files with 1 additions and 1 deletions

View File

@ -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 {