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:
parent
bf62ce71d6
commit
b1af7ae0cc
@ -548,6 +548,8 @@ int WSAAPI setsockopt(SOCKET fd, int level, int optname, const char FAR *optval,
|
||||
}else{
|
||||
sockptr->flags &= ~IPX_BROADCAST;
|
||||
}
|
||||
|
||||
RETURN(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user