summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-07-01 09:07:31 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-07-01 09:07:31 +0000
commit7fdc2fb58e801efadbb40f9abe76e1f638f3db66 (patch)
tree30aaccf4d6c608ab3e51fc8a1de39869e0b2312e /examples
parentb70b9bfef7286da3554de9187149e4dfbb990d53 (diff)
downloadmailutils-7fdc2fb58e801efadbb40f9abe76e1f638f3db66.tar.gz
mailutils-7fdc2fb58e801efadbb40f9abe76e1f638f3db66.tar.bz2
Minor fix
Diffstat (limited to 'examples')
-rw-r--r--examples/mta.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/mta.c b/examples/mta.c
index 324d7d74e..93b0afe60 100644
--- a/examples/mta.c
+++ b/examples/mta.c
@@ -212,7 +212,6 @@ make_tmp (FILE *input, const char *from, char **tempfile)
buf[len - 1] = 0;
}
- //fprintf (diag, "%s", buf); //FM
line++;
if (line == 1)
{
@@ -579,7 +578,6 @@ smtp (int fd)
if (getline (&buf, &size, in) == -1)
exit (1);
- //fprintf (diag, "%s", buf); //FM
len = strlen (buf);
while (len > 0 && (buf[len-1] == '\n' || buf[len-1] == '\r'))
len --;

Return to:

Send suggestions and report system problems to the System administrator.