projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dadc495
)
ftpserver.pl: Fixed SMTP QUIT handler from dadc495540946e
author
Steve Holme
<steve_holme@hotmail.com>
Sun, 15 Sep 2013 11:47:36 +0000
(12:47 +0100)
committer
Steve Holme
<steve_holme@hotmail.com>
Sun, 15 Sep 2013 11:47:36 +0000
(12:47 +0100)
tests/ftpserver.pl
patch
|
blob
|
history
diff --git
a/tests/ftpserver.pl
b/tests/ftpserver.pl
index be8dea0478e13c64adc8232c0f8988c55b46aaec..ab8d069b27f0295400156b1f55a747a3ec82d09a 100755
(executable)
--- a/
tests/ftpserver.pl
+++ b/
tests/ftpserver.pl
@@
-795,7
+795,7
@@
sub EHLO_smtp {
}
sub QUIT_smtp {
- sendcontrol "200 byebye";
+ sendcontrol "200 byebye
\r\n
";
return 0;
}