kmx git
Register
IABSD.fr/src
IABSD.fr
Login
IABSD.fr
/
src
Browse
Commit
Author :
florian
Date :
2024-08-22 08:17:54
Hash :
f885c9d9
Message :
inet_pton returns 0 and -1 for error. Adjust the error check that is now wrong after the inet_aton -> inet_pton conversion. Noticed by & OK bluhm. OK tb