Browse Source

fix order of items in network-status

svn:r4904
Nick Mathewson 20 years ago
parent
commit
467fd6e4e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/dirserv.c

+ 1 - 1
src/or/dirserv.c

@@ -1068,8 +1068,8 @@ generate_v2_networkstatus(void)
                "dir-signing-key\n%s\n",
                hostname, ipaddr, (int)options->DirPort,
                fingerprint,
-               published,
                contact,
+               published,
                "Names",
                client_versions,
                server_versions,