Details
-
Task
-
Resolution: Fixed
-
Trivial
-
November 2016
Description
In every debug log, it's spammed with:
WARNING: WSHIoctl at ../../dll/win32/wshtcpip/wshtcpip.c:354 is UNIMPLEMENTED!
(../../dll/win32/wshtcpip/wshtcpip.c:356) Ioctl: Unknown IOCTL code: 1074033791
This gets really annoying while trying to debug and this line is always in the log.
The code that should be changed:
353 {
|
354 UNIMPLEMENTED
|
355
|
356 DPRINT1("Ioctl: Unknown IOCTL code: %d\n", IoControlCode);
|
357
|
358 return NO_ERROR;
|
359 }
|
Attachments
Issue Links
- blocks
-
CORE-12224 network spam when having VBox 4.3.40 guest additions installed in r73037
- Resolved
- is duplicated by
-
CORE-10944 Many apps not run due wshtcpip
- Closed