Skip to content

Commit

Permalink
//Azure SMB drive is locally redundant which means multiple instances…
Browse files Browse the repository at this point in the history
… exist and next Connection request it might be different one
  • Loading branch information
Jozef Dropco authored and Jozef Dropco committed Jun 16, 2022
1 parent 3e454de commit 8cab1bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/hierynomus/smbj/SMBClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ private void connectionClosed(ConnectionClosed event) {
synchronized (this) {
String hostPort = event.getHostname() + ":" + event.getPort();
connectionTable.remove(hostPort);
serverList.unregister(event.getHostname());
logger.debug("Connection to << {} >> closed", hostPort);
}
}
Expand Down

0 comments on commit 8cab1bd

Please sign in to comment.