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

Diff of /monit/socket.c

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

revision 1.10 by hauk, Wed Jul 30 06:28:08 2003 UTC revision 1.11 by hauk, Thu Jul 31 02:24:14 2003 UTC
# Line 98  Socket_T socket_new(char *host, int port Line 98  Socket_T socket_new(char *host, int port
98      NEW(S);      NEW(S);
99      S->socket= s;      S->socket= s;
100      S->port= port;      S->port= port;
101      S->type= type;      S->type= proto;
102      S->host= xstrdup(host);      S->host= xstrdup(host);
103            
104      if(use_ssl) {      if(use_ssl) {

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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