[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor/master] Fix formatting in comment in parse_port_config()
commit 599af1515965e33f928c5e5e4439fbb179dfc018
Author: Neel Chauhan <neel@xxxxxxxxx>
Date: Thu Dec 3 20:50:18 2020 -0800
Fix formatting in comment in parse_port_config()
---
src/app/config/config.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/app/config/config.c b/src/app/config/config.c
index df89b6ede9..1fd15562b4 100644
--- a/src/app/config/config.c
+++ b/src/app/config/config.c
@@ -6066,7 +6066,7 @@ port_parse_config(smartlist_t *out,
tor_free(addrtmp);
} else {
/* Try parsing integer port before address, because, who knows?
- "9050" might be a valid address. */
+ * "9050" might be a valid address. */
port = (int) tor_parse_long(addrport, 10, 0, 65535, &ok, NULL);
if (ok) {
tor_addr_copy(&addr, &default_addr);
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits