Re: [Licq-devel] Probably unneeded code

2006-05-26 Thread Arne Schmitz
Am Freitag, 26. Mai 2006 10:32 schrieb Ladislav Michnovič: >   Maybe you're right. I did not mentioned that in other functions > there is not such line in default case. It looks like somebody > cut&paste one line more, that was necesary. Maybe I'm wrong. The > author of the code will know what to d

Re: [Licq-devel] Probably unneeded code

2006-05-26 Thread Ladislav Michnovič
2006/5/25, Thomas Reitelbach <[EMAIL PROTECTED]>: On Thursday 25 May 2006 17:02, Ladislav Michnovič wrote: > 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() > {

Re: [Licq-devel] Probably unneeded code

2006-05-25 Thread Thomas Reitelbach
On Thursday 25 May 2006 17:02, Ladislav Michnovič wrote: > 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