Hi list

another problem with an SSL connection, is that if the socket connection
in conn_open_tcp() called from conn_open_sll() fails, it returns NULL,
but conn_open_ssl() immidietly tries to refer to it as initialized
structure - which of course causes Kannel to crash. 
conn_open_ssl() should check whether the socket was successfuly opened,
returning NULL if not, so adding this -

   if (!ret)
         return NULL;

immidietly after conn_open_tcp() will solve the problem.

--
Oded Arbel
m-Wise Inc.
[EMAIL PROTECTED]
(972)-67-340014
(972)-9-9581711 (ext: 116)

::..
"Really ??  What a coincidence, I'm shallow too!!"




Reply via email to