Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Implementation of multiple mapping algorithm possibility.
[jaceP2P.git] / src / jaceP2P / JaceSuperNode.java
index 4dcd3e9..09b25b3 100644 (file)
@@ -152,7 +152,7 @@ public class JaceSuperNode {
                                        SuperNodeListe.Instance().forwardCountNode();
                                        
                                        try {
-                                               snodeServer.delGNodeFromList( host, 0 ) ;
+                                               snodeServer.delGNodeFromList( host, 0, "" ) ;
                                        } catch (RemoteException e) {
                                                System.err.println( "Unable to remove the dead node from the list !" ) ;
                                                e.printStackTrace();