Fix relay_command_to_string(); solve 12700.
commit1196ed7cc4fc202e43ca102a73befe62aa65767d
authorNick Mathewson <nickm@torproject.org>
Mon, 18 Aug 2014 17:19:43 +0000 (18 13:19 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 18 Aug 2014 17:21:40 +0000 (18 13:21 -0400)
tree792eaef2e5ee343b97361d70bb989016302ff4db
parentb45f0f8fb9b11effcd48159c078f09a3fbc04b11
Fix relay_command_to_string(); solve 12700.

Two bugs here:
  1) We didn't add EXTEND2/EXTENDED2 to relay_command_to_string().

  2) relay_command_to_string() didn't log the value of unrecognized
     commands.

Both fixed here.
changes/bug12700 [new file with mode: 0644]
src/or/relay.c