mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge remote-tracking branch 'rransom-tor/typo-fix-ohkah8Ah'
This commit is contained in:
@@ -410,7 +410,7 @@ rend_config_services(const or_options_t *options, int validate_only)
|
||||
if (strspn(client_name, REND_LEGAL_CLIENTNAME_CHARACTERS) != len) {
|
||||
log_warn(LD_CONFIG, "HiddenServiceAuthorizeClient contains an "
|
||||
"illegal client name: '%s'. Valid "
|
||||
"characters are [A-Za-z0-9+-_].",
|
||||
"characters are [A-Za-z0-9+_-].",
|
||||
client_name);
|
||||
SMARTLIST_FOREACH(clients, char *, cp, tor_free(cp));
|
||||
smartlist_free(clients);
|
||||
|
||||
Reference in New Issue
Block a user