Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Commit

Permalink
Fixes for review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
govint committed Mar 14, 2017
1 parent 760728a commit cc316a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vmdk_plugin/drivers/vmdk/vmdkops/esx_vmdkcmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ type EsxVmdkCmd struct {
const (
commBackendName string = "vsocket"
maxRetryCount = 5
errBufLen = 512 // The same err buf length as used in the VMCI client
)

// A request to be passed to ESX service
Expand Down

0 comments on commit cc316a3

Please sign in to comment.