to remove pedantic compiler warnings
return CURLE_URL_MALFORMAT_USER;
}
#endif
- if(ptr=strchr(conn->name, '@')) {
+ if((ptr=strchr(conn->name, '@'))) {
/* there's a user+password given here, to the left of the @ */
data->user[0] =0;
#endif
if (data->device && (strlen(data->device)<255)) {
- struct ifreq ifr;
struct sockaddr_in sa;
struct hostent *h=NULL;
char *hostdataptr;
size_t size;
- unsigned short porttouse;
char myhost[256] = "";
unsigned long in;