omcproxy
omcproxy copied to clipboard
2 proxies SIGSEGV error
Hello, we were trying to use the omcproxy with 2 proxies, but SIGSEGV occurred (line 129 in proxy.c). Maybe changing the line like this
diff output:
129c129
< if (proxy->ifindex == uplink)
---
> if (p->ifindex == uplink)
should work? Thank you for your reply.