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:
+2
-1
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user