[Nagiosplug-checkins] CVS: nagiosplug/plugins check_smtp.c,1.2,1.3
Subhendu Ghosh
sghosh at users.sourceforge.net
Thu Jun 13 13:50:08 CEST 2002
Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory usw-pr-cvs1:/tmp/cvs-serv22588
Modified Files:
check_smtp.c
Log Message:
conformance to RFC 821 <CRLF>
Index: check_smtp.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_smtp.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** check_smtp.c 10 Jun 2002 03:24:06 -0000 1.2
--- check_smtp.c 13 Jun 2002 20:49:38 -0000 1.3
***************
*** 49,55 ****
* You can disable sending DUMMYCMD by undefining SMTP_USE_DUMMYCMD.
*/
! #define SMTP_DUMMYCMD "MAIL\n"
#define SMTP_USE_DUMMYCMD 1
! #define SMTP_QUIT "QUIT\n"
int process_arguments (int, char **);
--- 49,55 ----
* You can disable sending DUMMYCMD by undefining SMTP_USE_DUMMYCMD.
*/
! #define SMTP_DUMMYCMD "MAIL\r\n"
#define SMTP_USE_DUMMYCMD 1
! #define SMTP_QUIT "QUIT\r\n"
int process_arguments (int, char **);
More information about the Commits
mailing list