Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mike Perry
Tor
Commits
a6a97236
Commit
a6a97236
authored
Aug 26, 2020
by
David Goulet
🐼
Browse files
Merge branch 'tor-gitlab/mr/135'
parents
d4f3cfe9
90707c92
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/feature/client/bridges.c
View file @
a6a97236
...
...
@@ -249,8 +249,8 @@ get_configured_bridge_by_exact_addr_port_digest(const tor_addr_t *addr,
* address/port matches only. */
int
addr_is_a_configured_bridge
(
const
tor_addr_t
*
addr
,
uint16_t
port
,
const
char
*
digest
)
uint16_t
port
,
const
char
*
digest
)
{
tor_assert
(
addr
);
return
get_configured_bridge_by_addr_port_digest
(
addr
,
port
,
digest
)
?
1
:
0
;
...
...
@@ -596,7 +596,7 @@ find_transport_name_by_bridge_addrport(const tor_addr_t *addr, uint16_t port)
*/
int
get_transport_by_bridge_addrport
(
const
tor_addr_t
*
addr
,
uint16_t
port
,
const
transport_t
**
transport
)
const
transport_t
**
transport
)
{
*
transport
=
NULL
;
if
(
!
bridge_list
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment