[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] fix order of items in network-status
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,