aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/ftpserver.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ftpserver.pl b/tests/ftpserver.pl
index f5b7915d1..74cf9f230 100755
--- a/tests/ftpserver.pl
+++ b/tests/ftpserver.pl
@@ -837,7 +837,7 @@ sub HELO_smtp {
}
sub QUIT_smtp {
- sendcontrol "200 byebye\r\n";
+ sendcontrol "221 byebye\r\n";
return 0;
}