mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-09 12:41:19 +00:00
b8d690b9aa
lwIP only supports the 'AF_INET' domain, but doesn't check the 'domain' argument of the 'lwip_socket()' function. This patch avoids an error message from lwIP when the Arora browser tries to connect a socket of the 'AF_LOCAL' domain. Fixes #732.