From 5cf29e5bfd77215986e078697d8383568612d3b6 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 22 Apr 2018 16:16:14 +0300 Subject: [PATCH] Test --- src/komodo_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_utils.h b/src/komodo_utils.h index 2ba2c92e1..3d895fef3 100644 --- a/src/komodo_utils.h +++ b/src/komodo_utils.h @@ -1280,7 +1280,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 )