mirror of https://github.com/apache/cloudstack.git
bug 13579: set default timeout to -1
status 13579: resolved fixed
This commit is contained in:
parent
166790ad70
commit
5f897816ab
|
|
@ -100,7 +100,7 @@ public class SshKeysDistriMonitor implements Listener {
|
|||
@Override
|
||||
public int getTimeout() {
|
||||
// TODO Auto-generated method stub
|
||||
return 0;
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue