fix rogue ipaddress thing for Alright. Needs to be tested!

This commit is contained in:
blackjok3r
2019-02-23 15:18:18 +08:00
parent fa3b624d51
commit ebc07912fd
3 changed files with 96 additions and 3 deletions

View File

@@ -802,6 +802,8 @@ int main(int argc, char **argv, char **envp)
}
ASSETCHAINS_SYMBOL[j++] = 0;
ROGUE_PORT = komodo_userpass(userpass,ASSETCHAINS_SYMBOL,IPADDRESS);
if ( IPADDRESS[0] == 0 )
strcopy("127.0.0.1",IPADDRESS);
printf("ASSETCHAINS_SYMBOL.(%s) port.%u (%s)\n",ASSETCHAINS_SYMBOL,ROGUE_PORT,USERPASS); sleep(1);
if ( argc == 2 && (fp=fopen(argv[1],"rb")) == 0 )
{