1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-05 13:53:12 +02:00

Improve bind-ip error message @ link

This commit is contained in:
Bram Matthys
2016-04-04 13:23:50 +02:00
parent 820344f49f
commit ee79ccea45
+2 -1
View File
@@ -1621,7 +1621,8 @@ int connect_inet(ConfigItem_link *aconf, aClient *cptr)
{
if (!unreal_bind(cptr->fd, bindip, 0, IsIPV6(cptr)))
{
report_baderror("error binding to local port for %s:%s", cptr);
report_baderror("Error binding to local port for %s:%s -- "
"Your link::outgoing::bind-ip is probably incorrect.", cptr);
return 0;
}
}