linding
This commit is contained in:
parent
4fc92d7858
commit
f583674cd6
|
@ -17,7 +17,6 @@ type MockTunnelDriver struct {
|
|||
|
||||
func (m *MockTunnelDriver) StopTunnel() {
|
||||
m.StopTunnelCalled = true
|
||||
return
|
||||
}
|
||||
|
||||
func (m *MockTunnelDriver) StartTunnel(context.Context, string) error {
|
||||
|
|
|
@ -82,7 +82,6 @@ func (t *TunnelDriverLinux) StartTunnel(cancelCtx context.Context, tempScriptFil
|
|||
return fmt.Errorf("Non-retryable tunnel error: %s", lineStderr)
|
||||
}
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
log.Printf("No error detected after tunnel launch; continuing...")
|
||||
|
|
Loading…
Reference in New Issue