From ad50225dc3d5ce6e44a5009351a7434b7249d233 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Mon, 9 Dec 2019 01:34:02 +0000 Subject: Make BindPorts return size_t instead of int. --- include/inspircd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/inspircd.h b/include/inspircd.h index f3e718dcc..8f5fdc176 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -348,7 +348,7 @@ class CoreExport InspIRCd /** Bind all ports specified in the configuration file. * @return The number of ports bound without error */ - int BindPorts(FailedPortList &failed_ports); + size_t BindPorts(FailedPortList &failed_ports); /** Find a user in the nick hash. * If the user cant be found in the nick hash check the uuid hash -- cgit v1.2.3