fix: server doesn't start on systems lacking ipv6 support

This commit is contained in:
Massimo Melina 2020-05-26 15:15:55 +02:00
parent bfe0265119
commit a9a009260e

View File

@ -715,7 +715,7 @@ try
begin
addr:='::';
Port:=sock.port;
listen();
try listen except end;
end;
notify(HE_OPEN, NIL);
except