/[monit]/monit/socket.c
ViewVC logotype

Diff of /monit/socket.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by hauk, Mon Aug 4 07:57:02 2003 UTC revision 1.17 by hauk, Tue Aug 5 01:50:05 2003 UTC
# Line 184  void socket_free(Socket_T *S) { Line 184  void socket_free(Socket_T *S) {
184    
185    ASSERT(S && *S);    ASSERT(S && *S);
186    
187    if((*S)->ssl) {    if((*S)->ssl && (*S)->ssl->handler) {
188      close_ssl_socket((*S)->ssl);      close_ssl_socket((*S)->ssl);
189      delete_ssl_socket((*S)->ssl);      delete_ssl_socket((*S)->ssl);
190    }    }

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26