mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 13:09:43 +02:00
Fix leak due to bad merge or rebase
This commit is contained in:
parent
ba51494bd7
commit
2ec382e68c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user