Fix leak due to bad merge or rebase

This commit is contained in:
Ionut Stoica 2022-02-10 09:19:50 +01:00
parent ba51494bd7
commit 2ec382e68c

View File

@ -677,7 +677,6 @@ begin
Aport:=443 Aport:=443
else else
Aport:=80; Aport:=80;
G:=GetSocketHandler(UseSSL);
{$ifdef Unix} {$ifdef Unix}
IsUnixSocketConnection := UnixSocketPath <> ''; IsUnixSocketConnection := UnixSocketPath <> '';
if IsUnixSocketConnection then if IsUnixSocketConnection then