go : reset context.n in Process() (#3503)
This commit is contained in:
parent
a88b93f85f
commit
a8f45ab11d
|
|
@ -237,6 +237,9 @@ func (context *context) Process(
|
|||
return err
|
||||
}
|
||||
|
||||
// Reset n so that more Segments can be available within NextSegment call
|
||||
context.n = 0
|
||||
|
||||
// Return success
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue