Details

    • Technical task
    • Resolution: Fixed
    • Trivial
    • None
    • ReactOS Tests
    • None

    Description

      TcpIp_user.c

        80     ok_eq_hex(AcceptAddress.sin_port, ntohs(TEST_CONNECT_CLIENT_PORT));

      should be either ntohs(sin_port) or htons(TEST_CONNECT_CLIENT_PORT).

      NB:
      The actual result is identical, yet the code is wrong when reading it.

      Attachments

        Activity

          People

            bug zilla Bug Zilla
            Serge Gautherie Serge Gautherie
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: