This commit is contained in:
blackjok3r
2019-02-23 15:23:08 +08:00
parent ebc07912fd
commit fb82fc82aa
2 changed files with 1 additions and 92 deletions

View File

@@ -803,7 +803,7 @@ 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);
strcpy("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 )
{