Loading lib/connect.c +1 −1 Original line number Diff line number Diff line Loading @@ -277,7 +277,7 @@ static CURLcode bindlocal(struct connectdata *conn, * hostname or ip address. */ if(setsockopt(sockfd, SOL_SOCKET, SO_BINDTODEVICE, dev, strlen(dev)+1) != 0) { dev, (curl_socklen_t)strlen(dev)+1) != 0) { error = SOCKERRNO; infof(data, "SO_BINDTODEVICE %s failed with errno %d: %s;" " will do regular bind\n", Loading Loading
lib/connect.c +1 −1 Original line number Diff line number Diff line Loading @@ -277,7 +277,7 @@ static CURLcode bindlocal(struct connectdata *conn, * hostname or ip address. */ if(setsockopt(sockfd, SOL_SOCKET, SO_BINDTODEVICE, dev, strlen(dev)+1) != 0) { dev, (curl_socklen_t)strlen(dev)+1) != 0) { error = SOCKERRNO; infof(data, "SO_BINDTODEVICE %s failed with errno %d: %s;" " will do regular bind\n", Loading