From a2150545a5ab123d0859e73d02294322186edd93 Mon Sep 17 00:00:00 2001 From: onefang Date: Mon, 16 Mar 2020 14:49:07 +1000 Subject: Revert "Bitch if we can't read the OpenSim config file." This reverts commit 2f66c46e7ce18d60cd1f565880fb7762b3399ccb. --- src/sledjchisl.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src') 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. snprintf(toybuf, sizeof(toybuf), "%s/config/config.ini", scRoot); qlisttbl_t *qconfig = qconfig_parse_file(NULL, toybuf, '='); - if (NULL == qconfig) - { - E("Can't read config file %s", toybuf); - goto finished; - } d = qstrunchar(qconfig->getstr(qconfig, "Const.ConnectionString", false), '"', '"'); if (NULL == d) -- cgit v1.1