aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/sledjchisl.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/sledjchisl.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/sledjchisl.c b/src/sledjchisl.c
index dd386f0..df24ad7 100644
--- a/src/sledjchisl.c
+++ b/src/sledjchisl.c
@@ -882,11 +882,6 @@ jit library is loaded or the JIT compiler will not be activated.
882 snprintf(toybuf, sizeof(toybuf), "%s/config/config.ini", scRoot); 882 snprintf(toybuf, sizeof(toybuf), "%s/config/config.ini", scRoot);
883 883
884 qlisttbl_t *qconfig = qconfig_parse_file(NULL, toybuf, '='); 884 qlisttbl_t *qconfig = qconfig_parse_file(NULL, toybuf, '=');
885 if (NULL == qconfig)
886 {
887 E("Can't read config file %s", toybuf);
888 goto finished;
889 }
890 d = qstrunchar(qconfig->getstr(qconfig, "Const.ConnectionString", false), '"', '"'); 885 d = qstrunchar(qconfig->getstr(qconfig, "Const.ConnectionString", false), '"', '"');
891 886
892 if (NULL == d) 887 if (NULL == d)