Skip to content
Snippets Groups Projects
Commit 891bcc46 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Bugfix.

Rev: lib/modules/SSL.pmod/sslfile.pike:1.20
parent ea37878d
No related branches found
No related tags found
No related merge requests found
/* $Id: sslfile.pike,v 1.19 1999/10/08 13:15:19 grubba Exp $
/* $Id: sslfile.pike,v 1.20 1999/10/10 16:53:57 grubba Exp $
*
*/
......@@ -39,8 +39,10 @@ void die(int status)
#endif
}
is_closed = 1;
if (socket) {
socket->close();
}
}
/* Return 0 if the connection is still alive,
* 1 if it was closed politely, and -1 if it died unexpectedly
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment