|
|
@ -684,7 +684,7 @@ void iguana_urlinit(struct supernet_info *myinfo,int32_t ismainnet,int32_t usess |
|
|
|
void iguana_launchdaemons(struct supernet_info *myinfo) |
|
|
|
{ |
|
|
|
int32_t i; char *helperargs,helperstr[512]; |
|
|
|
if ( IGUANA_NUMHELPERS == 0 || COMMANDLINE_ARGFILE != 0 ) |
|
|
|
if ( IGUANA_NUMHELPERS == 0 )//|| COMMANDLINE_ARGFILE != 0 )
|
|
|
|
IGUANA_NUMHELPERS = 1; |
|
|
|
for (i=0; i<IGUANA_NUMHELPERS; i++) |
|
|
|
{ |
|
|
|