Hello.
Gcc complaints about uninitialized variable "err". IMHO that line is
probably unneeded. In file src/socket.cpp at line 1237. The code is:

bool TCPSocket::SecureListen()
{ ...
   switch (j)
   {
     case SSL_ERROR_SSL:
       err = ERR_get_error_line(&file, &line);
       gLog.Warn("%sSSL_accept error = %lx, %s:%i\n", L_SSLxSTR, err,
file, line);
       gLog.Warn("%s%s\n", L_SSLxSTR, ERR_error_string(err, 0));
       ERR_clear_error();
       break;
     default:
       gLog.Warn("%sSSL_accept error %d, SSL_%d\n", L_SSLxSTR, i, j);
       gLog.Warn("%s%s\n", L_SSLxSTR, ERR_error_string(err, 0));
//THIS LINE IMHO SHOULD  NOT BE HERE
       break;

Regards Ladislav.


-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid7521&bid$8729&dat1642
_______________________________________________
Licq-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel

Reply via email to