Updated Convert.

geesefs-0-30-9
Aaron Jacobs 2015-05-05 10:32:57 +10:00
parent 02983fd557
commit 025ddafef1
1 changed files with 3 additions and 1 deletions

View File

@ -216,7 +216,9 @@ func Convert(
co = &to.commonOp
default:
return
to := &unknownOp{}
io = to
co = &to.commonOp
}
co.init(opCtx, io, r, logForOp, finished)