On Oct 29, 2010 at 09:25, Jijo realjijo@gmail.com wrote:
Hi Andrei,
Which version has this change? I don't see it in 3.0.4, the realease note says that it is fixed. Here is the function
int tls_h_fix_read_conn(struct tcp_connection *c) { int ret; struct tls_extra_data* tls_c;
ret = -1;<=== Isn't it to be zero. Thats what i understood from the patch.
It should be 1.
The patch should be in 3.0.4 (checking git the commit is on the kamailio_3.0 and sr_3.0 branches). Where did you get the sources from?
Andrei