aboutsummaryrefslogtreecommitdiff
path: root/src/smtpap/smtpap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/smtpap/smtpap.c')
-rw-r--r--src/smtpap/smtpap.c6
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;