This commit is contained in:
jl777
2018-04-22 16:39:33 +03:00
parent 34775d996c
commit 59490d6f23

View File

@@ -1656,7 +1656,7 @@ void komodo_args(char *argv0)
#endif #endif
if ( (fp= fopen(fname,"rb")) != 0 ) if ( (fp= fopen(fname,"rb")) != 0 )
{ {
komodo_userpass(username,password,fp); _komodo_userpass(username,password,fp);
sprintf(iter == 0 ? KMDUSERPASS : BTCUSERPASS,"%s:%s",username,password); sprintf(iter == 0 ? KMDUSERPASS : BTCUSERPASS,"%s:%s",username,password);
fclose(fp); fclose(fp);
//printf("KOMODO.(%s) -> userpass.(%s)\n",fname,KMDUSERPASS); //printf("KOMODO.(%s) -> userpass.(%s)\n",fname,KMDUSERPASS);