mirror of https://github.com/apache/cloudstack.git
fix a bug - adding a cluster of type XenServer returned an error.
This commit is contained in:
parent
0d95cc8130
commit
747ab40f48
|
|
@ -567,7 +567,8 @@ public class AgentManagerImpl implements AgentManager, HandlerFactory, ResourceS
|
|||
String username = cmd.getUsername();
|
||||
String password = cmd.getPassword();
|
||||
|
||||
url = URLDecoder.decode(url);
|
||||
if(url != null)
|
||||
url = URLDecoder.decode(url);
|
||||
|
||||
URI uri = null;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue