wsd: build fix due to merge error
Change-Id: Ib1d7ce1b880c71b0b2fd8262a92e7e965211653e Reviewed-on: https://gerrit.libreoffice.org/37375 Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> Tested-by: Ashod Nakashian <ashnakash@gmail.com>
This commit is contained in:
parent
7d823787bb
commit
3aec6e1227
1 changed files with 1 additions and 1 deletions
|
@ -1468,7 +1468,7 @@ private:
|
|||
if (jailId.empty())
|
||||
{
|
||||
LOG_ERR("Invalid JailId in child URI [" << request.getURI() << "].");
|
||||
return SocketHandlerInterface::SocketOwnership::UNCHANGED;
|
||||
return;
|
||||
}
|
||||
|
||||
in.clear();
|
||||
|
|
Loading…
Reference in a new issue