]> git.ipfire.org Git - thirdparty/tor.git/commit
Fix bug in get_transport_in_state_by_name() when using strcmpstart().
authorGeorge Kadianakis <desnacked@gmail.com>
Sun, 11 Sep 2011 19:22:37 +0000 (21:22 +0200)
committerGeorge Kadianakis <desnacked@gmail.com>
Sun, 11 Sep 2011 19:22:37 +0000 (21:22 +0200)
commitebc232bb79c8816d17eea75d3a29c1ecb25da0b0
tree83cbdb7e6f65301c1fdd2cffbcfa15830a6d8754
parent2703e41d8b6ffcad653af68a8261c22b5a1ed26f
Fix bug in get_transport_in_state_by_name() when using strcmpstart().

We now split the state lines into smartlists and compare the token
properly. Not that efficient but it's surely correct.
src/or/config.c