X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Ftypedefs.h;h=06f704120126309a93114d0996ea20d24139e75e;hb=8de053ee389e9c66d4a9270083e8d965c309e107;hp=250bec5c9fe594ca26ff8fcf97ed44ef50bc1da6;hpb=a589577b68cb84bc877ecdd4c0f9cb84a1581ddd;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/typedefs.h b/include/typedefs.h index 250bec5c9..06f704120 100644 --- a/include/typedefs.h +++ b/include/typedefs.h @@ -66,7 +66,7 @@ struct ResourceRecord; /** A list holding local users, this is the type of UserManager::local_users */ -typedef std::vector LocalUserList; +typedef std::list LocalUserList; /** A list of failed port bindings, used for informational purposes on startup */ typedef std::vector > FailedPortList;