BUG-693 Config module for netconf client dispatcher.
[controller.git] / opendaylight / netconf / netconf-ssh / src / main / java / org / opendaylight / controller / netconf / ssh / NetconfSSHServer.java
index adba548b91db6751192ff40b15cec6d662ba1eec..ff950e95e9700289bf9dda3bed79642f1fba096e 100644 (file)
@@ -68,7 +68,7 @@ public final class NetconfSSHServer implements Runnable {
         while (up) {
             logger.trace("Starting new socket thread.");
             try {
-               SocketThread.start(ss.accept(), clientAddress, sesssionId.incrementAndGet(),authProvider);
+               SocketThread.start(ss.accept(), clientAddress, sesssionId.incrementAndGet(), authProvider);
             } catch (IOException e) {
                 logger.error("Exception occurred during socket thread initialization {}", e);
             }