Fix missing 'break'

pull/58/head
houjun 2018-10-23 17:14:05 +08:00
parent 77a1199b6c
commit 9a84e413fc
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
}
}
}