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

Diff of /imapfilter/socket.c

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

revision 1.11 by lefcha, Sat Nov 10 15:33:01 2001 UTC revision 1.12 by lefcha, Sat Nov 10 19:39:22 2001 UTC
# Line 43  int init_connection(char *serv, unsigned Line 43  int init_connection(char *serv, unsigned
43          error("imapfilter: create socket; %s\n", strerror(errno));          error("imapfilter: create socket; %s\n", strerror(errno));
44          return ERROR_NETWORK;          return ERROR_NETWORK;
45      }      }
46    
47      if (!(he = gethostbyname(serv))) {      if (!(he = gethostbyname(serv))) {
48          error("imapfilter: get network host entry; %s\n", strerror(errno));          error("imapfilter: get network host entry of %s; %s\n", serv,
49                  strerror(errno));
50          close_connection();          close_connection();
51          return ERROR_NETWORK;          return ERROR_NETWORK;
52      }      }

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

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26