[yast-commit] r62419 - in /branches/SuSE-Linux-11_2-Branch/registration: VERSION package/yast2-registration.changes src/modules/YSR.pm
Author: jdsn Date: Fri Aug 20 18:04:26 2010 New Revision: 62419 URL: http://svn.opensuse.org/viewcvs/yast?rev=62419&view=rev Log: use correct error code for backend init errors (bnc#633183) 2.18.4 Modified: branches/SuSE-Linux-11_2-Branch/registration/VERSION branches/SuSE-Linux-11_2-Branch/registration/package/yast2-registration.changes branches/SuSE-Linux-11_2-Branch/registration/src/modules/YSR.pm Modified: branches/SuSE-Linux-11_2-Branch/registration/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Linux-11_2-Branch/registr... ============================================================================== --- branches/SuSE-Linux-11_2-Branch/registration/VERSION (original) +++ branches/SuSE-Linux-11_2-Branch/registration/VERSION Fri Aug 20 18:04:26 2010 @@ -1 +1 @@ -2.18.3 +2.18.4 Modified: branches/SuSE-Linux-11_2-Branch/registration/package/yast2-registration.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Linux-11_2-Branch/registr... ============================================================================== --- branches/SuSE-Linux-11_2-Branch/registration/package/yast2-registration.changes (original) +++ branches/SuSE-Linux-11_2-Branch/registration/package/yast2-registration.changes Fri Aug 20 18:04:26 2010 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Fri Aug 20 18:03:39 CEST 2010 - jdsn@suse.de + +- use correct error code for backend init errors (bnc#633183) +- 2.18.4 + +------------------------------------------------------------------- Sat Nov 14 04:42:20 CET 2009 - jdsn@suse.de - fixes in REST API to prevent server error and loops (bnc#553244) Modified: branches/SuSE-Linux-11_2-Branch/registration/src/modules/YSR.pm URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Linux-11_2-Branch/registr... ============================================================================== --- branches/SuSE-Linux-11_2-Branch/registration/src/modules/YSR.pm (original) +++ branches/SuSE-Linux-11_2-Branch/registration/src/modules/YSR.pm Fri Aug 20 18:04:26 2010 @@ -219,7 +219,7 @@ # init failed return { 'error' => 'The initialization of the registration failed.' ,'initerror' => $init_err - ,'errorcode' => $init_err + ,'errorcode' => 199 }; } } -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jdsn@svn.opensuse.org