mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
Comment fixups on 4207 suggested by arma
This commit is contained in:
parent
938531773a
commit
1810db9bb3
@ -3246,8 +3246,8 @@ typedef struct {
|
||||
*/
|
||||
smartlist_t *AuthDirBadDirCC;
|
||||
smartlist_t *AuthDirBadExitCC;
|
||||
smartlist_t *AuthDirRejectCC;
|
||||
smartlist_t *AuthDirInvalidCC;
|
||||
smartlist_t *AuthDirRejectCC;
|
||||
/**@}*/
|
||||
|
||||
int AuthDirListBadDirs; /**< True iff we should list bad dirs,
|
||||
|
@ -315,7 +315,7 @@ socks_policy_permits_address(const tor_addr_t *addr)
|
||||
}
|
||||
|
||||
/** Return true iff the address <b>addr</b> is in a country listed in the
|
||||
* case-insentive list of country codes <b>cc_list</b>. */
|
||||
* case-insensitive list of country codes <b>cc_list</b>. */
|
||||
static int
|
||||
addr_is_in_cc_list(uint32_t addr, const smartlist_t *cc_list)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user