Skip to content
Snippets Groups Projects
Commit 7f9ac495 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Split a long line

parent bc7a5eee
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment