Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
7fdc2fb5
...
7fdc2fb58e801efadbb40f9abe76e1f638f3db66
authored
2004-07-01 09:07:31 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Minor fix
1 parent
b70b9bfe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
examples/mta.c
examples/mta.c
View file @
7fdc2fb
...
...
@@ -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
--
;
...
...
Please
register
or
sign in
to post a comment