mirror of
https://github.com/happyfish100/fastdfs-client-java.git
synced 2026-09-17 09:20:46 +00:00
fix:fail over
This commit is contained in:
@@ -96,7 +96,7 @@ public class TrackerClient {
|
||||
throw e;
|
||||
}
|
||||
}
|
||||
if (connection != null && !failOver) {
|
||||
if (connection != null || !failOver) {
|
||||
return connection;
|
||||
}
|
||||
//do fail over
|
||||
|
||||
Reference in New Issue
Block a user