[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:51 -0400
- Reply-To: or-dev@freehaven.net
- Sender: owner-or-cvs@freehaven.net
Update of /home/or/cvsroot/src/smtpap
In directory moria.seul.org:/home/arma/work/onion/cvs/src/smtpap
Modified Files:
smtpap.c
Log Message:
synchronize to the version i've been giving people to test
Index: smtpap.c
===================================================================
RCS file: /home/or/cvsroot/src/smtpap/smtpap.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- smtpap.c 10 Sep 2002 13:32:27 -0000 1.6
+++ smtpap.c 19 Sep 2002 20:13:27 -0000 1.7
@@ -8,6 +8,9 @@
/*
* Changes :
* $Log$
+ * Revision 1.7 2002/09/19 20:13:27 arma
+ * synchronize to the version i've been giving people to test
+ *
* Revision 1.6 2002/09/10 13:32:27 nickm
* "You got BSD in my MacOS!" "You got MacOS in my BSD!" Anyway, MacOS works again.
*
@@ -126,7 +129,6 @@
*/
#include "orconfig.h"
-#undef VERSION
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/time.h>
@@ -749,7 +751,7 @@
else
{
/* fill in the standard structure */
- ss.version = VERSION;
+ ss.version = OR_VERSION;
ss.protocol= SS_PROTOCOL_SMTP;
ss.retry_count = 0;
ss.addr_fmt = SS_ADDR_FMT_ASCII_HOST_PORT;