[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

typo in mxverify.c in cvs version




I think, should be

RCS file: /cvsroot/zmailer/smtpserver/mxverify.c,v
retrieving revision 1.30
diff -u -r1.30 mxverify.c
--- mxverify.c  2002/09/18 08:23:08     1.30
+++ mxverify.c  2002/12/19 16:06:10
@@ -735,9 +735,9 @@

           s = suf + strlen(suf);
           if (s > hbuf) --s;
-         if (*s != '.') {
-           *suf++ = '.';
-           *suf = 0;
+         if (*s++ != '.') {
+           *s++ = '.';
+           *s = 0;
           }

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi