Create NetconfDataTreeService with base and additional operations for netconf
[netconf.git] / netconf / netconf-topology-singleton / src / main / java / org / opendaylight / netconf / topology / singleton / impl / SlaveSalFacade.java
index a4d88adbbee4d50de79567dcf89a4272004acad4..1a8c1e0c6ca3d2abbdc8b69d22eba47707e53180 100644 (file)
@@ -52,7 +52,7 @@ public class SlaveSalFacade {
             actorSystem.dispatcher(), actorResponseWaitTime);
 
         salProvider.getMountInstance().onTopologyDeviceConnected(remoteSchemaContext, netconfDeviceDataBroker,
-            deviceRpc, notificationService, deviceAction);
+            null, deviceRpc, notificationService, deviceAction);
 
         LOG.info("{}: Slave mount point registered.", id);
     }