[or-cvs] synchronize to the version i"ve been giving people to test

Roger Dingledine arma at seul.org
Thu Sep 19 20:13:30 UTC 2002


Update of /home/or/cvsroot/src/httpap
In directory moria.seul.org:/home/arma/work/onion/cvs/src/httpap

Modified Files:
	httpap.c 
Log Message:
synchronize to the version i've been giving people to test


Index: httpap.c
===================================================================
RCS file: /home/or/cvsroot/src/httpap/httpap.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- httpap.c	10 Sep 2002 13:32:27 -0000	1.9
+++ httpap.c	19 Sep 2002 20:13:27 -0000	1.10
@@ -8,6 +8,9 @@
 /*
  * Changes :
  * $Log$
+ * Revision 1.10  2002/09/19 20:13:27  arma
+ * synchronize to the version i've been giving people to test
+ *
  * Revision 1.9  2002/09/10 13:32:27  nickm
  * "You got BSD in my MacOS!" "You got MacOS in my BSD!" Anyway, MacOS works again.
  *
@@ -57,7 +60,6 @@
  */
 
 #include "orconfig.h"
-#undef VERSION
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/time.h>
@@ -259,7 +261,7 @@
   }
   
   /* create a standard structure */
-  ss.version = VERSION;
+  ss.version = OR_VERSION;
   ss.protocol = SS_PROTOCOL_HTTP;
   ss.retry_count = 0;
   ss.addr_fmt = SS_ADDR_FMT_ASCII_HOST_PORT;



More information about the tor-commits mailing list