2
3
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:
Darryl Pogue
2011-08-06 13:49:13 -07:00
parent 42c9df919b
commit e8a0b3f78f
3 changed files with 19 additions and 13 deletions

View File

@ -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;