1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-19 06:50:07 +03:00

bug #2702: do not initialize client for oneuser login

This commit is contained in:
Javi Fontan 2014-02-14 18:54:04 +01:00
parent 25e09550e1
commit 87287205df

View File

@ -40,7 +40,7 @@ cmd=CommandParser::CmdParser.new(ARGV) do
helper = OneUserHelper.new
before_proc do
helper.set_client(options)
helper.set_client(options) if @comm_name != :login
end
########################################################################