[or-cvs] r12688: extra points if it compiles (tor/trunk/src/or)

arma at seul.org arma at seul.org
Thu Dec 6 07:17:06 UTC 2007


Author: arma
Date: 2007-12-06 02:17:05 -0500 (Thu, 06 Dec 2007)
New Revision: 12688

Modified:
   tor/trunk/src/or/control.c
Log:
extra points if it compiles


Modified: tor/trunk/src/or/control.c
===================================================================
--- tor/trunk/src/or/control.c	2007-12-06 07:15:06 UTC (rev 12687)
+++ tor/trunk/src/or/control.c	2007-12-06 07:17:05 UTC (rev 12688)
@@ -1364,7 +1364,7 @@
         signed_descriptor_get_annotations(&ri->cache_info);
       if (annotations)
         *answer = tor_strndup(annotations,
-                              ri->cache_info.signed_annotations_len);
+                              ri->cache_info.annotations_len);
     }
   } else if (!strcmpstart(question, "dir/server/")) {
     size_t answer_len = 0, url_len = strlen(question)+2;



More information about the tor-commits mailing list