Skip to content

Commit

Permalink
Fix small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorgs committed May 5, 2016
1 parent ca5bf40 commit 631dadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/IscsiLioData.rb
Expand Up @@ -451,7 +451,7 @@ def GetTargets
data.each do |tpg, tpg_info|
end_point = tpg_info["ep"] || { }
status = end_point["enabled"] || false
ret = ret << [target, tpg, status]
ret << [target, tpg, status]
Builtins.y2milestone("GetTargets target:%1 tpg:%2 enabled:%3", target, tpg, status)
Builtins.y2milestone("GetTargets ret:%1", ret)
end
Expand Down

0 comments on commit 631dadd

Please sign in to comment.