diff options
author | onefang | 2020-03-16 14:49:07 +1000 |
---|---|---|
committer | onefang | 2020-03-16 14:49:07 +1000 |
commit | a2150545a5ab123d0859e73d02294322186edd93 (patch) | |
tree | 53e5f29e16929503a1171a0e251249c0396c5f50 | |
parent | Revert "Clean up the <p> HTML tags." (diff) | |
download | opensim-SC-a2150545a5ab123d0859e73d02294322186edd93.zip opensim-SC-a2150545a5ab123d0859e73d02294322186edd93.tar.gz opensim-SC-a2150545a5ab123d0859e73d02294322186edd93.tar.bz2 opensim-SC-a2150545a5ab123d0859e73d02294322186edd93.tar.xz |
Revert "Bitch if we can't read the OpenSim config file."
This reverts commit 2f66c46e7ce18d60cd1f565880fb7762b3399ccb.
-rw-r--r-- | src/sledjchisl.c | 5 |
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) |