Commit c03335ec authored by Steve Holme's avatar Steve Holme
Browse files

ftpserver.pl: Corrected response code for successful SMTP QUIT command

parent 89458578
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -837,7 +837,7 @@ sub HELO_smtp {
}

sub QUIT_smtp {
    sendcontrol "200 byebye\r\n";
    sendcontrol "221 byebye\r\n";

    return 0;
}