Skip to content

Resolve a compilation warning in test_connection.c

Nick Mathewson requested to merge nickm/tor:bug40113_035 into maint-0.3.5

Instead of casting an enum to a void and back, use a string -- that's better C anyway.

Fixes bug 40113; bugfix on 0.2.9.3-alpha.

Merge request reports