mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 05:32:55 +00:00
[WSHTCPIP] Print IOCTL as hexa value
This commit is contained in:
parent
a8236e3fa9
commit
c290ae21c7
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ WSHIoctl(
|
||||||
|
|
||||||
UNIMPLEMENTED;
|
UNIMPLEMENTED;
|
||||||
|
|
||||||
DPRINT1("Ioctl: Unknown IOCTL code: %d\n", IoControlCode);
|
DPRINT1("Ioctl: Unknown IOCTL code: %x\n", IoControlCode);
|
||||||
|
|
||||||
return WSAEINVAL;
|
return WSAEINVAL;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue