Fix missing 'break'

This commit is contained in:
houjun 2018-10-23 17:14:05 +08:00
parent 77a1199b6c
commit 9a84e413fc

View File

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