[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[or-cvs] synchronize to the version i"ve been giving people to test
- To: or-cvs@freehaven.net
- Subject: [or-cvs] synchronize to the version i"ve been giving people to test
- From: arma@seul.org (Roger Dingledine)
- Date: Thu, 19 Sep 2002 16:13:30 -0400 (EDT)
- Delivered-To: archiver@seul.org
- Delivered-To: or-cvs-outgoing@seul.org
- Delivered-To: or-cvs@seul.org
- Delivery-Date: Thu, 19 Sep 2002 16:13:53 -0400
- Reply-To: or-dev@freehaven.net
- Sender: owner-or-cvs@freehaven.net
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;