Skip to content
Snippets Groups Projects
Commit 70d8a36a authored by BIGARET Sebastien's avatar BIGARET Sebastien
Browse files

Fix: 'rmi.factories' were never taken into account

parent 54bee9ce
No related branches found
No related tags found
No related merge requests found
Pipeline #83 failed
......@@ -52,7 +52,7 @@ class RMIMasterSocketFactory
{
super();
this.factory = factory;
if (factory == null)
if (factory != null)
return; // no need to do anything, we won't use super.createSocket().
final String factories = System.getProperty("rmi.factories");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment