Loading src/or/control.c +1 −0 Original line number Diff line number Diff line Loading @@ -1536,6 +1536,7 @@ getinfo_helper_dir(control_connection_t *control_conn, if (res) { log_warn(LD_CONTROL, "getinfo '%s': %s", question, msg); smartlist_free(descs); tor_free(url); return -1; } SMARTLIST_FOREACH(descs, signed_descriptor_t *, sd, Loading src/or/router.c +1 −0 Original line number Diff line number Diff line Loading @@ -588,6 +588,7 @@ init_keys(void) if (write_str_to_file(keydir, fingerprint_line, 0)) { log_err(LD_FS, "Error writing fingerprint line to file"); tor_free(keydir); tor_free(cp); return -1; } } Loading Loading
src/or/control.c +1 −0 Original line number Diff line number Diff line Loading @@ -1536,6 +1536,7 @@ getinfo_helper_dir(control_connection_t *control_conn, if (res) { log_warn(LD_CONTROL, "getinfo '%s': %s", question, msg); smartlist_free(descs); tor_free(url); return -1; } SMARTLIST_FOREACH(descs, signed_descriptor_t *, sd, Loading
src/or/router.c +1 −0 Original line number Diff line number Diff line Loading @@ -588,6 +588,7 @@ init_keys(void) if (write_str_to_file(keydir, fingerprint_line, 0)) { log_err(LD_FS, "Error writing fingerprint line to file"); tor_free(keydir); tor_free(cp); return -1; } } Loading