[or-cvs] fix order of items in network-status

Nick Mathewson nickm at seul.org
Sat Sep 3 02:38:41 UTC 2005


Update of /home/or/cvsroot/tor/src/or
In directory moria:/tmp/cvs-serv25681/src/or

Modified Files:
	dirserv.c 
Log Message:
fix order of items in network-status

Index: dirserv.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/dirserv.c,v
retrieving revision 1.204
retrieving revision 1.205
diff -u -d -r1.204 -r1.205
--- dirserv.c	2 Sep 2005 20:30:03 -0000	1.204
+++ dirserv.c	3 Sep 2005 02:38:39 -0000	1.205
@@ -1068,8 +1068,8 @@
                "dir-signing-key\n%s\n",
                hostname, ipaddr, (int)options->DirPort,
                fingerprint,
-               published,
                contact,
+               published,
                "Names",
                client_versions,
                server_versions,



More information about the tor-commits mailing list