mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge branch 'maint-0.4.1'
This commit is contained in:
@@ -639,7 +639,9 @@ address_is_invalid_mapaddress_target(const char *addr)
|
||||
}
|
||||
|
||||
static const control_cmd_syntax_t mapaddress_syntax = {
|
||||
.max_args=1,
|
||||
// no positional arguments are expected
|
||||
.max_args=0,
|
||||
// an arbitrary number of K=V entries are supported.
|
||||
.accept_keywords=true,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user