mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 19:19:02 -04:00
Whack a ^M
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7319 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
4e7fa39cc5
commit
553ac7e86a
@ -351,7 +351,7 @@ int __getsockname(SOCKET s, sockaddr * name, int * namelen, void * acceptevent)
|
||||
|
||||
int __recvfrom(SOCKET s, char * buf, int len, int flags, struct sockaddr * from, int * fromlen, udp_overlap * ov)
|
||||
{
|
||||
memcpy(buf, ov->udp_buffer, ov->udp_len);
|
||||
memcpy(buf, ov->udp_buffer, ov->udp_len);
|
||||
memcpy(from, ov->udp_sockaddr, *fromlen);
|
||||
return ov->udp_len;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user