[yast-commit] r62322 - in /branches/SuSE-Code-11-SP1-Branch/iscsi-client: VERSION package/yast2-iscsi-client.changes src/widgets.ycp

Author: mzugec Date: Fri Jul 30 11:39:58 2010 New Revision: 62322 URL: http://svn.opensuse.org/viewcvs/yast?rev=62322&view=rev Log: login into multipath (bnc#599818) Modified: branches/SuSE-Code-11-SP1-Branch/iscsi-client/VERSION branches/SuSE-Code-11-SP1-Branch/iscsi-client/package/yast2-iscsi-client.changes branches/SuSE-Code-11-SP1-Branch/iscsi-client/src/widgets.ycp Modified: branches/SuSE-Code-11-SP1-Branch/iscsi-client/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/iscsi-... ============================================================================== --- branches/SuSE-Code-11-SP1-Branch/iscsi-client/VERSION (original) +++ branches/SuSE-Code-11-SP1-Branch/iscsi-client/VERSION Fri Jul 30 11:39:58 2010 @@ -1 +1 @@ -2.17.21 +2.17.22 Modified: branches/SuSE-Code-11-SP1-Branch/iscsi-client/package/yast2-iscsi-client.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/iscsi-... ============================================================================== --- branches/SuSE-Code-11-SP1-Branch/iscsi-client/package/yast2-iscsi-client.changes (original) +++ branches/SuSE-Code-11-SP1-Branch/iscsi-client/package/yast2-iscsi-client.changes Fri Jul 30 11:39:58 2010 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Fri Jul 30 11:39:40 CEST 2010 - mzugec@suse.de + +- login into multipath (bnc#599818) +- 2.17.22 + +------------------------------------------------------------------- Tue May 11 14:54:04 CEST 2010 - mzugec@suse.de - delete discovered targets (bnc#602108) Modified: branches/SuSE-Code-11-SP1-Branch/iscsi-client/src/widgets.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/iscsi-... ============================================================================== --- branches/SuSE-Code-11-SP1-Branch/iscsi-client/src/widgets.ycp (original) +++ branches/SuSE-Code-11-SP1-Branch/iscsi-client/src/widgets.ycp Fri Jul 30 11:39:58 2010 @@ -600,7 +600,7 @@ "username_in" : user_in, "password_in" : pass_in ]; - if (IscsiClientLib::connected(false) || IscsiClientLib::loginIntoTarget(target)) { + if (IscsiClientLib::connected(true) || IscsiClientLib::loginIntoTarget(target)) { // IscsiClientLib::currentRecord = [target["portal"]:"", target["target"]:""]; IscsiClientLib::setStartupStatus((string)UI::QueryWidget(`id("startup"), `Value)); IscsiClientLib::readSessions(); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
mzugec@svn.opensuse.org