diff options
author | Roger Dingledine <arma@torproject.org> | 2002-09-19 20:13:27 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2002-09-19 20:13:27 +0000 |
commit | 5449fc86db2fc448f5ba26445fd4b69bf99e9593 (patch) | |
tree | ae2b2a8f79baa6bb99b1babd264d4c2ab877e310 /src/smtpap | |
parent | 09daf01e4a0f2faed10cab14fec5f7d32dc3bd31 (diff) | |
download | tor-5449fc86db2fc448f5ba26445fd4b69bf99e9593.tar tor-5449fc86db2fc448f5ba26445fd4b69bf99e9593.tar.gz |
synchronize to the version i've been giving people to test
svn:r104
Diffstat (limited to 'src/smtpap')
-rw-r--r-- | src/smtpap/smtpap.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/smtpap/smtpap.c b/src/smtpap/smtpap.c index 2bb8e5acb..0f0a65bc3 100644 --- a/src/smtpap/smtpap.c +++ b/src/smtpap/smtpap.c @@ -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 @@ int handle_connection(int s, struct hostent *local, struct sockaddr_in remote, u 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; |