[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/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;



More information about the tor-commits mailing list