aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2021-08-17 21:30:10 +1000
committeronefang2021-08-17 21:30:10 +1000
commitf76a22502d66d7a47596fa4d31d33e93c4afb32a (patch)
treea0d3300a1c0000d5f13e9989fb726184a63f53f8
parentDon't delete the web socket if we are not running in web mode. (diff)
downloadopensim-SC-f76a22502d66d7a47596fa4d31d33e93c4afb32a.zip
opensim-SC-f76a22502d66d7a47596fa4d31d33e93c4afb32a.tar.gz
opensim-SC-f76a22502d66d7a47596fa4d31d33e93c4afb32a.tar.bz2
opensim-SC-f76a22502d66d7a47596fa4d31d33e93c4afb32a.tar.xz
TODO++
-rw-r--r--src/sledjchisl/sledjchisl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c
index 8f4ea91..4f9fa7c 100644
--- a/src/sledjchisl/sledjchisl.c
+++ b/src/sledjchisl/sledjchisl.c
@@ -63,6 +63,7 @@ config SLEDJCHISL
63*/ 63*/
64 64
65 65
66// TODO - remember to rebuild all of toybox if any of the above changes.
66// Toybox's strend overrides another strend that causes MariaDB library to crash. Renaming it to tb_strend helps. 67// Toybox's strend overrides another strend that causes MariaDB library to crash. Renaming it to tb_strend helps.
67// I deal with that by using a sed invokation when building toybox. 68// I deal with that by using a sed invokation when building toybox.
68#define FOR_sledjchisl 69#define FOR_sledjchisl