Fix bug in my changes to karsten's patch

svn:r16477
This commit is contained in:
Nick Mathewson 2008-08-08 16:45:22 +00:00
parent a8ddac96d8
commit 7994f49d43

View File

@ -534,7 +534,7 @@ rend_service_update_descriptor(rend_service_t *service)
int
rend_service_load_keys(void)
{
int r;
int r = 0;
char fname[512];
char buf[1500];