Skip to content

Commit

Permalink
fixed crash in the migration proposal (bsc#949484)
Browse files Browse the repository at this point in the history
do not use "return" for returning the client result value
  • Loading branch information
lslezak committed Oct 8, 2015
1 parent f40fda3 commit 587a0c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions package/yast2-migration.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 8 13:26:01 UTC 2015 - lslezak@suse.cz

- fixed crash in the migration proposal (do not use "return"
for returning the client result value) (bsc#949484)

-------------------------------------------------------------------
Tue Oct 6 06:58:08 UTC 2015 - lslezak@suse.cz

Expand Down
2 changes: 1 addition & 1 deletion src/clients/migration_proposals.rb
Expand Up @@ -32,4 +32,4 @@
Yast::Wizard.CloseDialog
end

return ret
ret

0 comments on commit 587a0c6

Please sign in to comment.