small fix for connect
This commit is contained in:
parent
e9ebecdd17
commit
a5b0301024
@ -120,6 +120,6 @@ static int _udp_connect(int socket, const struct sockaddr *address,
|
|||||||
udpopt.nwuo_remaddr= sinp->sin_addr.s_addr;
|
udpopt.nwuo_remaddr= sinp->sin_addr.s_addr;
|
||||||
udpopt.nwuo_remport= sinp->sin_port;
|
udpopt.nwuo_remport= sinp->sin_port;
|
||||||
|
|
||||||
r= ioctl(socket, NWIOSUDPOPT, &udpopt) == -1)
|
r= ioctl(socket, NWIOSUDPOPT, &udpopt);
|
||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user