Skip to content
  • Roger Dingledine's avatar
    rip out hid_serv_acting_as_directory() · 53902963
    Roger Dingledine authored
    When we made HidServDirectoryV2 always 1, we removed the situation
    where a relay could choose not to be an HSDir. Now simplify the
    rest of the code to reflect this decision.
    
    (We have to remove two apparently unrelated free() calls in the unit
    tests, since they used to free stuff that we created as a side effect
    of calling router_get_my_routerinfo(), and now we no longer call that.)
    53902963