mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Split a wide line
This commit is contained in:
parent
91053a072c
commit
bd6aa4f3d1
@ -281,7 +281,8 @@ rend_add_service(rend_service_t *service)
|
||||
* lock file. But this is enough to detect a simple mistake that
|
||||
* at least one person has actually made.
|
||||
*/
|
||||
if (!rend_service_is_ephemeral(service)) { /* Skip dupe for ephemeral services. */
|
||||
if (!rend_service_is_ephemeral(service)) {
|
||||
/* Skip dupe for ephemeral services. */
|
||||
SMARTLIST_FOREACH(rend_service_list, rend_service_t*, ptr,
|
||||
dupe = dupe ||
|
||||
!strcmp(ptr->directory, service->directory));
|
||||
|
Loading…
Reference in New Issue
Block a user