mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 02:27:40 -04:00
Tidy up the AddrInfo stuff (not enough though).
This commit is contained in:
@ -605,7 +605,7 @@ void CSocket::ProcessQueue () {
|
||||
// Dispatch it
|
||||
switch (command->code) {
|
||||
|
||||
case command->WRITE: {
|
||||
case Command::WRITE: {
|
||||
AsyncNotifySocketWrite notify;
|
||||
notify.param = command->param;
|
||||
notify.asyncId = 0;
|
||||
|
Reference in New Issue
Block a user