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
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()
> {
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