This commit is contained in:
jl777
2017-10-23 13:45:05 +03:00
parent 9850ab03d4
commit 21abd4df81
2 changed files with 2 additions and 2 deletions

View File

@@ -1278,7 +1278,7 @@ uint16_t komodo_userpass(char *username,char *password,FILE *fp)
else if ( (str= strstr(line,(char *)"rpcport")) != 0 )
{
port = atoi(parse_conf_line(str,(char *)"rpcport"));
printf("rpcport.%u in file\n",port);
//printf("rpcport.%u in file\n",port);
}
}
if ( rpcuser != 0 && rpcpassword != 0 )