mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
whitespace fix
This commit is contained in:
parent
2369f81403
commit
aa22b9672c
1 changed files with 2 additions and 2 deletions
|
@ -5706,8 +5706,8 @@ warn_nonlocal_ext_orports(const smartlist_t *ports, const char *portname)
|
|||
}
|
||||
|
||||
/** Given a list of port_cfg_t in <b>ports</b>, warn any controller port there
|
||||
* is listening on any non-loopback address. If <b>forbid_nonlocal</b> is true,
|
||||
* then emit a stronger warning and remove the port from the list.
|
||||
* is listening on any non-loopback address. If <b>forbid_nonlocal</b> is
|
||||
* true, then emit a stronger warning and remove the port from the list.
|
||||
*/
|
||||
static void
|
||||
warn_nonlocal_controller_ports(smartlist_t *ports, unsigned forbid_nonlocal)
|
||||
|
|
Loading…
Add table
Reference in a new issue