Explorar el Código

less scary log entry

svn:r11077
Roger Dingledine hace 17 años
padre
commit
762b5c479c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/or/rendservice.c

+ 1 - 1
src/or/rendservice.c

@@ -955,7 +955,7 @@ upload_service_descriptor(rend_service_t *service, int version)
   }
 
   /* Post it to the dirservers */
-  rend_get_service_id(service->private_key, serviceid);
+  rend_get_service_id(service->desc->pk, serviceid);
   log_info(LD_REND, "Sending publish request for hidden service %s",
              serviceid);
   directory_post_to_dirservers(DIR_PURPOSE_UPLOAD_RENDDESC,