aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2021-09-09 17:43:34 +1000
committeronefang2021-09-09 17:43:34 +1000
commit782eef9f437a1a9d13fb3ed0e678c6abd24c25df (patch)
tree054badd0a8c0f9005b7c22ca711f21fd407db37f
parentUse proper path to Sandbox.shini. (diff)
downloadopensim-SC-782eef9f437a1a9d13fb3ed0e678c6abd24c25df.zip
opensim-SC-782eef9f437a1a9d13fb3ed0e678c6abd24c25df.tar.gz
opensim-SC-782eef9f437a1a9d13fb3ed0e678c6abd24c25df.tar.bz2
opensim-SC-782eef9f437a1a9d13fb3ed0e678c6abd24c25df.tar.xz
Leak--
-rw-r--r--src/sledjchisl/sledjchisl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c
index 92000ae..e756d5e 100644
--- a/src/sledjchisl/sledjchisl.c
+++ b/src/sledjchisl/sledjchisl.c
@@ -8806,8 +8806,8 @@ Copy correct config/config.ini to there.
8806 " -e 's$WebPath = \"../../web\"$PIDPath = \"../../var/run\"\\n WebPath = \"../../var/run/www/html\"$'" 8806 " -e 's$WebPath = \"../../web\"$PIDPath = \"../../var/run\"\\n WebPath = \"../../var/run/www/html\"$'"
8807 " %s", toybuf); 8807 " %s", toybuf);
8808 8808
8809 if (shellMeFail(cmd)) 8809 if (shellMeFail(cmd)) E("sed command failed!");
8810 E("sed command failed!"); 8810 free(cmd);
8811 8811
8812 qlisttbl_t *qconfig = qconfig_parse_file(NULL, toybuf, '='); 8812 qlisttbl_t *qconfig = qconfig_parse_file(NULL, toybuf, '=');
8813 if (NULL == qconfig) 8813 if (NULL == qconfig)