Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-10343

Demote "WSHIoctl is UNIMPLEMENTED!" to DPRINT from DPRINT1

    XMLWordPrintable

Details

    • Task
    • Resolution: Fixed
    • Trivial
    • 0.4.4
    • Networking
    • 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

          Activity

            People

              hater hater
              Pi_User5 Pi_User5
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: