mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Split a long line
This commit is contained in:
+2
-1
@@ -2397,7 +2397,8 @@ retry_listener_ports(smartlist_t *old_conns,
|
||||
/* We don't need to be root to create a UNIX socket, so defer until after
|
||||
* setuid. */
|
||||
const or_options_t *options = get_options();
|
||||
if (port->is_unix_addr && !geteuid() && (options->User) && strcmp(options->User, "root"))
|
||||
if (port->is_unix_addr && !geteuid() && (options->User) &&
|
||||
strcmp(options->User, "root"))
|
||||
continue;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user