[tor-bugs] #33883 [- Select a component]: Fix typo in router_build_fresh_unsigned_routerinfo()

Tor Bug Tracker & Wiki blackhole at torproject.org
Sun Apr 12 19:42:09 UTC 2020


#33883: Fix typo in router_build_fresh_unsigned_routerinfo()
--------------------------------------+----------------------
     Reporter:  neel                  |      Owner:  neel
         Type:  defect                |     Status:  assigned
     Priority:  Medium                |  Milestone:
    Component:  - Select a component  |    Version:
     Severity:  Normal                |   Keywords:  easy
Actual Points:                        |  Parent ID:
       Points:                        |   Reviewer:
      Sponsor:                        |
--------------------------------------+----------------------
 This comment:

 {{{
   /* If there is no valud IPv6 ORPort, the address and port are null. */
 }}}

 should be:


 {{{
   /* If there is no valid IPv6 ORPort, the address and port are null. */
 }}}

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/33883>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list