[or-cvs] Close rogue <b>s

Nick Mathewson nickm at seul.org
Mon May 10 07:27:32 UTC 2004


Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/tmp/cvs-serv1256/src/or

Modified Files:
	buffers.c rendservice.c 
Log Message:
Close rogue <b>s

Index: buffers.c
===================================================================
RCS file: /home/or/cvsroot/src/or/buffers.c,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- buffers.c	9 May 2004 16:47:24 -0000	1.91
+++ buffers.c	10 May 2004 07:27:29 -0000	1.92
@@ -172,7 +172,7 @@
   tor_free(buf);
 }
 
-/** Read from socket <b>s</s>, writing onto end of <b>buf</b>.  Read at most
+/** Read from socket <b>s</b>, writing onto end of <b>buf</b>.  Read at most
  * <b>at_most</b> bytes, resizing the buffer as necessary.  If read()
  * returns 0, set <b>*reached_eof</b> to 1 and return 0. Return -1 on error;
  * else return the number of bytes read.  Return 0 if read() would

Index: rendservice.c
===================================================================
RCS file: /home/or/cvsroot/src/or/rendservice.c,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- rendservice.c	10 May 2004 04:34:48 -0000	1.64
+++ rendservice.c	10 May 2004 07:27:29 -0000	1.65
@@ -78,7 +78,7 @@
   rend_service_list = smartlist_create();
 }
 
-/** Validate <b>service<b> and add it to rend_service_list if possible.
+/** Validate <b>service</b> and add it to rend_service_list if possible.
  */
 static void add_service(rend_service_t *service)
 {
@@ -894,7 +894,7 @@
   }
 }
 
-/** Given <b>conn</a>, a rendezvous exit stream, look up the hidden service for
+/** Given <b>conn</b>, a rendezvous exit stream, look up the hidden service for
  * 'circ', and look up the port and address based on conn-\>port.
  * Assign the actual conn-\>addr and conn-\>port. Return -1 if failure,
  * or 0 for success.



More information about the tor-commits mailing list