mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
run "make autostyle"
This commit is contained in:
parent
b9cc4cc50a
commit
5149c100ed
1 changed files with 1 additions and 1 deletions
|
@ -685,7 +685,7 @@ connection_or_get_by_ext_or_id(const char *id)
|
||||||
return NULL;
|
return NULL;
|
||||||
return digestmap_get(orconn_ext_or_id_map, id);
|
return digestmap_get(orconn_ext_or_id_map, id);
|
||||||
}
|
}
|
||||||
#endif
|
#endif /* defined(TOR_UNIT_TESTS) */
|
||||||
|
|
||||||
/** Deallocate the global Extended ORPort identifier list */
|
/** Deallocate the global Extended ORPort identifier list */
|
||||||
void
|
void
|
||||||
|
|
Loading…
Add table
Reference in a new issue