summaryrefslogtreecommitdiff
path: root/src/src/srs.c
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2004-12-17 14:52:43 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2004-12-17 14:52:43 +0000
commitf7b639017a889d802b26b61df6b3f1ac46c6f4f0 (patch)
treefcaaa70babb6da53ac136fb815498f5c59c93902 /src/src/srs.c
parent8523533c08c018ac4b750b0e0fab6cfe611e8a49 (diff)
1. Tidies to get rid of compiler warnings from the merged Exiscan files.
2. Fixed a very old bug that sometimes lost the final 221 message after QUIT.
Diffstat (limited to 'src/src/srs.c')
-rw-r--r--src/src/srs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/src/srs.c b/src/src/srs.c
index a1e08c36e..f92c5a574 100644
--- a/src/src/srs.c
+++ b/src/src/srs.c
@@ -1,4 +1,4 @@
-/* $Cambridge: exim/src/src/srs.c,v 1.2 2004/12/16 15:11:47 tom Exp $ */
+/* $Cambridge: exim/src/src/srs.c,v 1.3 2004/12/17 14:52:44 ph10 Exp $ */
/*************************************************
* Exim - an Internet mail transport agent *
@@ -35,7 +35,7 @@ int eximsrs_init()
if(!srs)
{
- // Check config
+ /* Check config */
if(!srs_config)
{
log_write(0, LOG_MAIN | LOG_PANIC,
@@ -43,7 +43,7 @@ int eximsrs_init()
return DEFER;
}
- // Get config
+ /* Get config */
co = 0;
if((secret = string_nextinlist(&list, &co, secret_buf,
SRS_MAX_SECRET_LENGTH)) == NULL)