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:
parent
25e09550e1
commit
87287205df
@ -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
|
||||
|
||||
########################################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user