* minor: LdapProcessor.main - there is not AD_LdapProcessor with ID=0 => changed to ID=100 (default)
This commit is contained in:
parent
006bdc2485
commit
6795397ad1
|
@ -126,7 +126,7 @@ public class LdapProcessor extends AdempiereServer
|
||||||
public static void main(String[] args)
|
public static void main(String[] args)
|
||||||
{
|
{
|
||||||
Adempiere.startup(true);
|
Adempiere.startup(true);
|
||||||
new LdapProcessor(new MLdapProcessor(new Properties(), 0, null)).doWork();
|
new LdapProcessor(new MLdapProcessor(new Properties(), 100, null)).doWork();
|
||||||
} // main
|
} // main
|
||||||
|
|
||||||
} // LdapProcessor
|
} // LdapProcessor
|
||||||
|
|
Loading…
Reference in New Issue