]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
r19140@catbus: nickm | 2008-03-30 14:13:36 -0400
authorNick Mathewson <nickm@torproject.org>
Sun, 30 Mar 2008 18:14:55 +0000 (18:14 +0000)
committerNick Mathewson <nickm@torproject.org>
Sun, 30 Mar 2008 18:14:55 +0000 (18:14 +0000)
 Note in our router descriptors that we actually support link protocol version 2, now that it seems to work.

svn:r14246

src/or/router.c

index 271dc7f549d4bdbd1f62b56f2ecfa3eae45c65dd..91518141cfce48b296be9175b285f86d8d5ba885 100644 (file)
@@ -1635,7 +1635,7 @@ router_dump_router_to_string(char *s, size_t maxlen, routerinfo_t *router,
   result = tor_snprintf(s, maxlen,
                     "router %s %s %d 0 %d\n"
                     "platform %s\n"
-                    "opt protocols Link 1 Circuit 1\n"
+                    "opt protocols Link 1 Circuit 1\n"
                     "published %s\n"
                     "opt fingerprint %s\n"
                     "uptime %ld\n"