Skip to content
  • Nick Mathewson's avatar
    Implement protocol-type isolation correctly. · 6596aa02
    Nick Mathewson authored
    Previously we'd just looked at the connection type, but that's
    always CONN_TYPE_AP.  Instead, we should be looking at the type of
    the listener that created the connection.
    
    Spotted by rransom; fixes bug 3636.
    6596aa02