mandriva

Ticket #555 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Wrong connected peer report

Reported by: cdelfosse Owned by: cdelfosse
Priority: Highest Milestone: 1.2.1
Component: general Version: 1.2.0
Severity: Critical Keywords:
Cc:

Description

In logs of all Pulse 2 services, the "Connection from" use the local IP address instead of the peer address. In the code:

        logger.debug("Connection from %s" % (self.transport.getHost().host,))

should be replaced by

        logger.debug("Connection from %s" % (self.transport.getPeer().host,))

Attachments

Change History

Changed 3 years ago by cdelfosse

  • status changed from new to closed
  • resolution set to fixed

Add/Change #555 (Wrong connected peer report)

Author



Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.