mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2024-11-26 06:34:17 +01:00
Use a more predictable response code for invalid user
This commit is contained in:
parent
9f86715a49
commit
69cd065194
@ -2743,7 +2743,7 @@ void FtpSession::USER (char const *args_)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
sendResponse ("502 Invalid user\r\n");
|
sendResponse ("430 Invalid user\r\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
Loading…
Reference in New Issue
Block a user