Commit 00ee5c5c authored by Steve Holme's avatar Steve Holme
Browse files

ftpserver.pl: Fixed SMTP QUIT handler from dadc4955

parent dadc4955
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -795,7 +795,7 @@ sub EHLO_smtp {
}

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

    return 0;
}