Files
ladybird/Userland/Services/SQLServer/ConnectionFromClient.cpp
Timothy Flynn 21255cb2b8 SQLServer: Explicitly return empty optionals over IPC upon errors
These are currently hitting the `decltype(nullptr)` constructor, which
marks the response as invalid, resulting in no response being sent to
the waiting client.
2022-12-30 14:17:18 +01:00

3.8 KiB