[tor-bugs] #34236 [Core Tor/Tor]: Fix spacing in if statement in port_parse_config()

Tor Bug Tracker & Wiki blackhole at torproject.org
Sun May 17 05:23:35 UTC 2020


#34236: Fix spacing in if statement in port_parse_config()
------------------------------+----------------------
     Reporter:  neel          |      Owner:  neel
         Type:  enhancement   |     Status:  assigned
     Priority:  Medium        |  Milestone:
    Component:  Core Tor/Tor  |    Version:
     Severity:  Normal        |   Keywords:  easy
Actual Points:                |  Parent ID:
       Points:                |   Reviewer:
      Sponsor:                |
------------------------------+----------------------
 This line in `port_parse_config()`:

 {{{
     if ( has_used_unix_socket_only_option && ! unix_socket_path) {
 }}}

 should be:

 {{{
     if (has_used_unix_socket_only_option && !unix_socket_path) {
 }}}

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


More information about the tor-bugs mailing list