Merge pull request #70124 from houjun41544/20181022

Fix missing 'break'
pull/58/head
k8s-ci-robot 2018-10-30 17:41:13 -07:00 committed by GitHub
commit 26083c3d09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -559,6 +559,7 @@ func (asw *actualStateOfWorld) GetAttachedVolumesForNode(
attachedVolumes = append(
attachedVolumes,
getAttachedVolume(&volumeObj, &nodeObj))
break
}
}
}