[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] add missing return
Update of /home/or/cvsroot/tor/src/or
In directory moria:/tmp/cvs-serv22243/src/or
Modified Files:
routerlist.c
Log Message:
add missing return
Index: routerlist.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/routerlist.c,v
retrieving revision 1.269
retrieving revision 1.270
diff -u -d -r1.269 -r1.270
--- routerlist.c 7 Sep 2005 16:42:53 -0000 1.269
+++ routerlist.c 7 Sep 2005 17:18:52 -0000 1.270
@@ -1253,6 +1253,8 @@
if (get_options()->DirPort)
dirserv_set_cached_networkstatus_v2(s, fp, ns->published_on);
+
+ return 0;
}
/** Ensure that our own routerinfo is at the front, and remove duplicates