Skip to content

Commit

Permalink
Changes based on CR
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Nov 8, 2024
1 parent 1b802cd commit 8b33964
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/IscsiClientLib.rb
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,8 @@ def selected_iface
end

def iface=(iface)
log.info "Selecting the iface: #{iface} cur:#{@iface}"
return if @iface == iface
log.info "Changing the iface from #{iface} to #{@iface}"
@iface = iface
end

Expand Down

0 comments on commit 8b33964

Please sign in to comment.