[or-cvs] Add a missing return -1
Nick Mathewson
nickm at seul.org
Thu Apr 15 01:23:45 UTC 2004
Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/tmp/cvs-serv22536/src/or
Modified Files:
rendservice.c
Log Message:
Add a missing return -1
Index: rendservice.c
===================================================================
RCS file: /home/or/cvsroot/src/or/rendservice.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- rendservice.c 14 Apr 2004 23:52:29 -0000 1.53
+++ rendservice.c 15 Apr 2004 01:23:43 -0000 1.54
@@ -895,6 +895,7 @@
serviceid, circ->n_circ_id);
circuit_mark_for_close(circ);
connection_mark_for_close(conn, 0/*XXX*/);
+ return -1;
}
for (i = 0; i < smartlist_len(service->ports); ++i) {
p = smartlist_get(service->ports, i);
More information about the tor-commits
mailing list