[tor-commits] [tor/release-0.2.9] Fix write_short_policy usage comment
nickm at torproject.org
nickm at torproject.org
Tue Feb 7 14:26:01 UTC 2017
commit e95b8f7df9faf61dea8f523da7548a7217aa831a
Author: teor <teor2345 at gmail.com>
Date: Wed Feb 1 13:48:09 2017 +1100
Fix write_short_policy usage comment
---
src/or/policies.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/or/policies.c b/src/or/policies.c
index 227e168..1262bef 100644
--- a/src/or/policies.c
+++ b/src/or/policies.c
@@ -2624,8 +2624,7 @@ parse_short_policy(const char *summary)
return result;
}
-/** Write <b>policy</b> back out into a string. Used only for unit tests
- * currently. */
+/** Write <b>policy</b> back out into a string. */
char *
write_short_policy(const short_policy_t *policy)
{
More information about the tor-commits
mailing list