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

Diff of /monit/socket.c

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

revision 1.13 by hauk, Fri Aug 1 21:35:59 2003 UTC revision 1.14 by hauk, Sun Aug 3 08:32:25 2003 UTC
# Line 360  int socket_read(Socket_T s, void *b, int Line 360  int socket_read(Socket_T s, void *b, int
360      if(s->ssl) {      if(s->ssl) {
361        n= recv_ssl_socket(s->ssl, p, size);        n= recv_ssl_socket(s->ssl, p, size);
362      } else {      } else {
363        n= sock_read(s->socket, p, size, 1);        n= sock_read(s->socket, p, size, 5);
364      }      }
365    
366      if(n <= 0) break;      if(n <= 0) break;

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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