mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Fix bug in my changes to karsten's patch
svn:r16477
This commit is contained in:
parent
a8ddac96d8
commit
7994f49d43
@ -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];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user