GdhServer terminated with error status, not 0, is no WebHandler object was found

parent f0286990
......@@ -10,3 +10,4 @@
080314 cs jop Bugfix in integer format conversion.
080623 cs rt Password encryption class added.
080623 cs rt Default privileges and system group fetched from Security object (DefaultWebPriv and WebSystemGroup).
090129 cs rt GdhServer terminated with error status, not 0, is no WebHandler object was found.
......@@ -255,7 +255,7 @@ public class GdhServer
if(sts % 2 == 0)
{
errh.setStatus( 0);
return;
System.exit(0);
}
errh.setStatus( Errh.PWR__SRUN);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment