mirror of https://github.com/apache/cloudstack.git
Fix tab issues in the Link.java
This commit is contained in:
parent
4312f9268e
commit
92ba5f618d
|
|
@ -488,11 +488,11 @@ public class Link {
|
|||
in_pkgBuf.clear();
|
||||
count = 0;
|
||||
try {
|
||||
count = readCh.read(in_pkgBuf);
|
||||
count = readCh.read(in_pkgBuf);
|
||||
} catch (SocketTimeoutException ex) {
|
||||
if (s_logger.isTraceEnabled()) {
|
||||
if (s_logger.isTraceEnabled()) {
|
||||
s_logger.trace("Handshake reading time out! Cut the connection");
|
||||
}
|
||||
}
|
||||
count = -1;
|
||||
}
|
||||
if (count == -1) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue