Skip to content
  • Nick Mathewson's avatar
    Fix a bug in channel_dump_statistics · 850c9901
    Nick Mathewson authored
    We were calling channel_get_actual_remote_descr() before we used the
    output of a previous channel_get_canonical_remote_descr(), thus
    invalidating its output.
    850c9901