[or-cvs] r14785: document the handle-comments-in-geoip file (tor/trunk/src/or)

arma at seul.org arma at seul.org
Wed May 28 21:10:46 UTC 2008


Author: arma
Date: 2008-05-28 17:10:46 -0400 (Wed, 28 May 2008)
New Revision: 14785

Modified:
   tor/trunk/src/or/geoip.c
Log:
document the handle-comments-in-geoip file


Modified: tor/trunk/src/or/geoip.c
===================================================================
--- tor/trunk/src/or/geoip.c	2008-05-28 20:37:11 UTC (rev 14784)
+++ tor/trunk/src/or/geoip.c	2008-05-28 21:10:46 UTC (rev 14785)
@@ -131,6 +131,9 @@
  *   "INTIPLOW","INTIPHIGH","CC","CC3","COUNTRY NAME"
  * where INTIPLOW and INTIPHIGH are IPv4 addresses encoded as 4-byte unsigned
  * integers, and CC is a country code.
+ * 
+ * It also recognizes, and skips over, blank lines and lines that start
+ * with '#' (comments).
  */
 int
 geoip_load_file(const char *filename)



More information about the tor-commits mailing list