[or-cvs] check_software_version_against_directory needs a return val...

Nick Mathewson nickm at seul.org
Tue Aug 9 05:20:16 UTC 2005


Update of /home/or/cvsroot/tor/src/or
In directory moria:/tmp/cvs-serv25646/src/or

Modified Files:
	routerparse.c 
Log Message:
check_software_version_against_directory needs a return value.

Index: routerparse.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/routerparse.c,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -d -r1.117 -r1.118
--- routerparse.c	8 Aug 2005 21:58:48 -0000	1.117
+++ routerparse.c	9 Aug 2005 05:20:14 -0000	1.118
@@ -330,6 +330,7 @@
      "Please use %s%s.",
       VERSION, strchr(v,',') ? "one of " : "", v);
   tor_free(v);
+  return 0;
 }
 
 /** Parse a directory from <b>str</b> and, when done, store the



More information about the tor-commits mailing list