summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorteor <teor2345@gmail.com>2016-12-03 08:23:01 +1100
committerteor <teor2345@gmail.com>2016-12-03 08:23:01 +1100
commit0446188674f0a25dd00c99810cc53b02710140e8 (patch)
tree260fe5441e6444dba1ef92fbcd745943c1c08d05 /src
parente6facbfe7abc50de374300ecd83873ead65b4b04 (diff)
downloadtor-0446188674f0a25dd00c99810cc53b02710140e8.tar.gz
tor-0446188674f0a25dd00c99810cc53b02710140e8.zip
Clarify the function documentation for rend_get_service_list_mutable
Comment-only change
Diffstat (limited to 'src')
-rw-r--r--src/or/rendservice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rendservice.c b/src/or/rendservice.c
index 457c2a02a9..cd63a496da 100644
--- a/src/or/rendservice.c
+++ b/src/or/rendservice.c
@@ -145,7 +145,7 @@ rend_get_service_list(const smartlist_t* substitute_service_list)
* If substitute_service_list is not NULL, return it.
* Otherwise, check if the global rend_service_list is non-NULL, and if so,
* return it.
- * Otherwise, return NULL.
+ * Otherwise, log a BUG message and return NULL.
* */
static smartlist_t*
rend_get_service_list_mutable(smartlist_t* substitute_service_list)