[or-cvs] r11077: less scary log entry (tor/trunk/src/or)
arma at seul.org
arma at seul.org
Sat Aug 11 14:38:11 UTC 2007
Author: arma
Date: 2007-08-11 10:38:11 -0400 (Sat, 11 Aug 2007)
New Revision: 11077
Modified:
tor/trunk/src/or/rendservice.c
Log:
less scary log entry
Modified: tor/trunk/src/or/rendservice.c
===================================================================
--- tor/trunk/src/or/rendservice.c 2007-08-11 14:27:36 UTC (rev 11076)
+++ tor/trunk/src/or/rendservice.c 2007-08-11 14:38:11 UTC (rev 11077)
@@ -955,7 +955,7 @@
}
/* 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,
More information about the tor-commits
mailing list