This commit is contained in:
Ethan Buchman 2016-08-24 02:11:31 -04:00
parent 706d443617
commit 3329868a1d
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
package tmspcli
import (
"errors"
"net"
"sync"
"time"
@ -245,7 +244,7 @@ func (cli *grpcClient) checkErrGetResult() types.Result {
cli.StopForError(cli.err)
return types.ErrInternalError.SetLog(cli.err.Error())
}
return nil
return types.Result{}
}
func (cli *grpcClient) checkGetErr() error {