Uploaded image for project: 'controller'
  1. controller
  2. CONTROLLER-5

ArpHandler.java method unsetDataPacketService is not doing DataPacketService unset

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • Resolution: Done
    • None
    • None
    • adsal
    • None
    • Operating System: All
      Platform: All

    • 7

    Description

      Following method from ArpHandler.java is not unsetting DataPacketService instance

      void unsetDataPacketService(IDataPacketService s) {
      if (this.dataPacketService == s)

      { this.dataPacketService = s; <<< bug }

      }

      It should be doing

      this.dataPacketService = null;

      Above line will fix this bug.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Avishnoi Anil Vishnoi
            Avishnoi Anil Vishnoi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: