omcproxy icon indicating copy to clipboard operation
omcproxy copied to clipboard

2 proxies SIGSEGV error

Open jajik opened this issue 8 years ago • 0 comments

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.

jajik avatar Jul 25 '17 21:07 jajik