This commit is contained in:
jl777
2016-10-25 15:26:20 -03:00
parent 5ae7efc18b
commit d15d37d20b

View File

@@ -990,6 +990,7 @@ void komodo_configfile(char *symbol,uint16_t port)
else if ( (str= strstr(line,(char *)"rpcport")) != 0 )
rpcport = parse_conf_line(str,(char *)"rpcport");
}
printf("rpcuser.(%s) rpcpassword.(%s) port.(%s)\n",rpcuser,rpcpassword,rpcport);
if ( rpcuser != 0 && rpcpassword != 0 )
{
sprintf(USERPASS,"%s:%s",rpcuser,rpcpassword);