Hi,
I'd like to add the possibility to define the Path value for ul_add command. Looking at the code in modules_k/usrloc/ul_mi.c:496, the param 6 is unused:
/* unused value (param 6) FIXME */ node = node->next;
What was that supposed to be? The socket? Can I reuse it for the path value or should I append it at the end?
Andreas