mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Clarify the function documentation for rend_get_service_list_mutable
Comment-only change
This commit is contained in:
parent
e6facbfe7a
commit
0446188674
@ -145,7 +145,7 @@ rend_get_service_list(const smartlist_t* substitute_service_list)
|
|||||||
* If substitute_service_list is not NULL, return it.
|
* If substitute_service_list is not NULL, return it.
|
||||||
* Otherwise, check if the global rend_service_list is non-NULL, and if so,
|
* Otherwise, check if the global rend_service_list is non-NULL, and if so,
|
||||||
* return it.
|
* return it.
|
||||||
* Otherwise, return NULL.
|
* Otherwise, log a BUG message and return NULL.
|
||||||
* */
|
* */
|
||||||
static smartlist_t*
|
static smartlist_t*
|
||||||
rend_get_service_list_mutable(smartlist_t* substitute_service_list)
|
rend_get_service_list_mutable(smartlist_t* substitute_service_list)
|
||||||
|
Loading…
Reference in New Issue
Block a user