Remove redundant assignment.

This commit is contained in:
akwizgran
2019-05-28 14:14:52 +01:00
parent aa0c3118a0
commit 829a6df567

View File

@@ -443,7 +443,6 @@ class ConnectionManagerImpl implements ConnectionManager {
reader.dispose(false, true);
// Interrupt the outgoing session so it finishes cleanly
SyncSession out = outgoingSession;
outgoingSession = null;
if (out != null) out.interrupt();
} catch (IOException e) {
logException(LOG, WARNING, e);