1
0
mirror of https://github.com/solemnwarning/ipxwrapper synced 2024-12-30 16:45:37 +01:00

Fixed a bug in setsockopt()

This commit is contained in:
Daniel Collins 2008-12-11 21:30:34 +00:00
parent bf62ce71d6
commit b1af7ae0cc

View File

@ -548,6 +548,8 @@ int WSAAPI setsockopt(SOCKET fd, int level, int optname, const char FAR *optval,
}else{
sockptr->flags &= ~IPX_BROADCAST;
}
RETURN(0);
}
}
}