mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
appease "make check-spaces"
This commit is contained in:
parent
8cc8b016c8
commit
c5e2bfa983
3 changed files with 6 additions and 3 deletions
|
@ -4464,7 +4464,8 @@ options_init_from_torrc(int argc, char **argv)
|
|||
goto err;
|
||||
}
|
||||
|
||||
retval = options_init_from_string(cf_defaults, cf, command, command_arg, &errmsg);
|
||||
retval = options_init_from_string(cf_defaults, cf, command, command_arg,
|
||||
&errmsg);
|
||||
tor_free(cf);
|
||||
tor_free(cf_defaults);
|
||||
if (retval < 0)
|
||||
|
|
|
@ -2970,7 +2970,8 @@ typedef struct {
|
|||
config_line_t *TransPort;
|
||||
config_line_t *NATDPort; /**< Ports to listen on for transparent natd
|
||||
* connections. */
|
||||
config_line_t *ControlPort; /**< Port to listen on for control connections. */
|
||||
config_line_t *ControlPort; /**< Port to listen on for control
|
||||
* connections. */
|
||||
config_line_t *ControlSocket; /**< List of Unix Domain Sockets to listen on
|
||||
* for control connections. */
|
||||
int ControlSocketsGroupWritable; /**< Boolean: Are control sockets g+rw? */
|
||||
|
|
|
@ -2026,7 +2026,8 @@ rend_services_introduce(void)
|
|||
|
||||
/* Find out which introduction points we have in progress for this
|
||||
service. */
|
||||
SMARTLIST_FOREACH_BEGIN(service->intro_nodes, rend_intro_point_t *, intro){
|
||||
SMARTLIST_FOREACH_BEGIN(service->intro_nodes, rend_intro_point_t *,
|
||||
intro) {
|
||||
origin_circuit_t *intro_circ =
|
||||
find_intro_circuit(intro, service->pk_digest);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue