Skip to content

Commit fe764c0

Browse files
committed
fix
1 parent 896bae2 commit fe764c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/backup/nas/src/main/java/org/apache/cloudstack/backup/NASBackupProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@ private List<String> getVolumePaths(List<VolumeVO> volumes, List<Backup.VolumeIn
267267
Backup.VolumeInfo backedVolume = opt.get();
268268
if (backedVolume.getPath() != null && !backedVolume.getPath().isEmpty()) {
269269
volumePaths.add(String.format("%s/%s", volumePathPrefix, backedVolume.getPath()));
270+
continue;
270271
}
271-
continue;
272272
}
273273
}
274274

0 commit comments

Comments
 (0)