changeset 180:8b9850c25d94

Remove fprintf(stderr, "%s", smtpreply) from checkwait_smtpreply. No need to call fprintf for every reply from the mailserver.
author mmj
date Mon, 07 Jun 2004 02:42:34 +1000
parents 6c179df5f4cd
children 724a6f752256
files src/checkwait_smtpreply.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/checkwait_smtpreply.c	Mon Jun 07 02:38:14 2004 +1000
+++ b/src/checkwait_smtpreply.c	Mon Jun 07 02:42:34 2004 +1000
@@ -41,8 +41,9 @@
 		printf("Timed out in waiting for reply--will try later\n");
 		return (char *)-1;
 	}
-
+#if 0
 	fprintf(stderr, "%s", smtpreply);
+#endif
 
 	/* This case might seem like (and is ATM) total overkill. But it's
 	 * easy for us to extend it later on if needed.