浏览代码

less scary log entry

svn:r11077
Roger Dingledine 17 年之前
父节点
当前提交
762b5c479c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 */
   /* 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",
   log_info(LD_REND, "Sending publish request for hidden service %s",
              serviceid);
              serviceid);
   directory_post_to_dirservers(DIR_PURPOSE_UPLOAD_RENDDESC,
   directory_post_to_dirservers(DIR_PURPOSE_UPLOAD_RENDDESC,