aboutsummaryrefslogtreecommitdiffstats
path: root/include/users.h
diff options
context:
space:
mode:
authorGravatar Sadie Powell2022-12-18 17:51:35 +0000
committerGravatar Sadie Powell2022-12-18 18:47:28 +0000
commit2ddb62319803f6a3f3246a52b4e009d9ae1daaed (patch)
tree96a5d23c8a38f3282f3e52346cb706d55e58658f /include/users.h
parentWe actually want ADDRESS_FAMILY not SOCKET_ADDRESS for sa_family_t. (diff)
Use in_port_t instead of int/unsigned int/long.
Diffstat (limited to 'include/users.h')
-rw-r--r--include/users.h2
1 files changed, 1 insertions, 1 deletions
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<int> ports;
+ insp::flat_set<in_port_t> ports;
/** The type of class this. */
Type type;