8 Oct
2014
8 Oct
'14
7:01 p.m.
Julius Plenz wrote:
It seems that proxy_new_listener() is not being used in common_socket_parse(), and thus the rad_listen_t's ->data->home field is zero. I'm not sure what the correct fix is, though.
I've pushed a fix. That assertion should be used only for TCP sockets. For UDP sockets, it's fine to have sock->home == NULL Alan DeKok.