comparison mcabber/connwrap/connwrap.c @ 400:e536ab271584

Kill a warning in the connwrap library
author Mikael Berthe <mikael@lilotux.net>
date Sat, 20 Aug 2005 19:30:56 +0200
parents 8ca708a0d550
children 82064124324d
comparison
equal deleted inserted replaced
399:545384c43d48 400:e536ab271584
108 struct hostent *server; 108 struct hostent *server;
109 struct sockaddr_in paddr; 109 struct sockaddr_in paddr;
110 char buf[512]; 110 char buf[512];
111 fd_set rfds; 111 fd_set rfds;
112 112
113 fl = 0;
113 err = 0; 114 err = 0;
114 in_http_connect = 1; 115 in_http_connect = 1;
115 116
116 if(!(server = gethostbyname(proxyhost))) { 117 if(!(server = gethostbyname(proxyhost))) {
117 errno = h_errno; 118 errno = h_errno;