diff --git a/server/core/gateway.c b/server/core/gateway.c index 8ce999fd7..5b6551de0 100644 --- a/server/core/gateway.c +++ b/server/core/gateway.c @@ -452,6 +452,11 @@ return_cnf_file_buf: * 3. /etc/ if MaxScale.cnf is found from there * 4. current working directory if MaxScale.cnf is found from there * + * is resolved in the following way: + * 1. from '-m ' command-line argument + * 2. from LD_LIBRARY_PATH environment variable + * 3. implicitly from system's libray directories such as /usr/lib64 + * * vraa 25.11.13 * */