Uploaded image for project: 'mod_python'
  1. mod_python
  2. MODPYTHON-62

local_ip and local_host in connection object returns remote_ip and remote_host instead

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 3.1.4
    • 3.2.7
    • core
    • None

    Description

      It appears as if the source file src/connobject.c is incorrect.

      connobject.c:261:

      {"local_ip", T_STRING, OFF(remote_ip), RO}

      ,
      connobject.c:262:

      {"local_host", T_STRING, OFF(remote_host), RO}

      ,

      should instead be

      connobject.c:261:

      {"local_ip", T_STRING, OFF(local_ip), RO}

      ,
      connobject.c:262:

      {"local_host", T_STRING, OFF(local_host), RO}

      ,

      Attachments

        Activity

          People

            Unassigned Unassigned
            dmeranda Deron Meranda
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: