Bump upstreams
[netconf.git] / protocol / netconf-server / src / main / java / org / opendaylight / netconf / server / mapping / operations / DefaultCloseSession.java
index 421122f32d26237daa9ebbd378da1c75497ade1d..70c2aaf6381d2a0a1f20e06eb916c528f006d83e 100644 (file)
@@ -30,7 +30,7 @@ public class DefaultCloseSession extends AbstractSingletonNetconfOperation imple
     public static final String CLOSE_SESSION = "close-session";
 
     private final AutoCloseable sessionResources;
-    private NetconfServerSession session;
+    private NetconfServerSession session = null;
 
     public DefaultCloseSession(final SessionIdType sessionId, final AutoCloseable sessionResources) {
         super(sessionId);