Skip to content

Commit

Permalink
fixed integer conversion to string (bnc #874963)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabi2 committed May 6, 2014
1 parent c25cc3d commit 9494be0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions package/yast2-iscsi-lio-server.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 6 09:20:58 CEST 2014 - gs@suse.de

- fixed integer conversion to string (bnc #874963)
- 3.1.6

-------------------------------------------------------------------
Wed Apr 30 12:12:38 CEST 2014 - gs@suse.de

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-iscsi-lio-server.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2-iscsi-lio-server
Version: 3.1.5
Version: 3.1.6
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
2 changes: 1 addition & 1 deletion src/modules/IscsiLioData.rb
Expand Up @@ -1004,7 +1004,7 @@ def ParseConfigLio
Ops.add(
Ops.get_integer(
tgmap,
[Ops.get_string(ls2, 0, ""), Ops.get_string(ls2, 1, ""), "conn"],
[Ops.get_string(ls2, 0, ""), Ops.get_integer(ls2, 1, ""), "conn"],
0
),
1
Expand Down

0 comments on commit 9494be0

Please sign in to comment.