Windows: check for invalid request type

This commit is contained in:
Bert Belder 2011-05-09 05:50:58 +02:00
parent 517a296c85
commit c5a29a1eaa

View File

@ -1311,6 +1311,9 @@ static void oio_poll() {
}
}
break;
default:
assert(0);
}
/* The number of pending requests is now down by one */