On 12.02.21 15:24, Daniel-Constantin Mierla wrote:
On 12.02.21 15:20, Juha Heinanen wrote:
Juha Heinanen writes:
I think I found the bug:
./src/core/config.h:#define SOCKNAME_PARAM ";sn="
but in parse_params() result params are without ";".
Also, there is no "=". So instead of ";sn=", the code should look for "sn".
Indeed, I will push a fix for it.
See if works now with latest master.
Cheers, Daniel