From 2ddb62319803f6a3f3246a52b4e009d9ae1daaed Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 18 Dec 2022 17:51:35 +0000 Subject: Use in_port_t instead of int/unsigned int/long. --- include/users.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/users.h') diff --git a/include/users.h b/include/users.h index 4150e40c7..17c8d5e2a 100644 --- a/include/users.h +++ b/include/users.h @@ -76,7 +76,7 @@ public: std::string passwordhash; /** If non-empty then the server ports which a user has to be connecting on. */ - insp::flat_set ports; + insp::flat_set ports; /** The type of class this. */ Type type; -- cgit v1.3.1-10-gc9f91