X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Finspircd.h;h=84995710dcfdeb4995c98800ed22f97a4fb26aff;hb=fe7aa4267324f23d3fbd6c7adb642927896b3305;hp=1a2c78c7a10f227367a660a27083b4cc5ccbb724;hpb=b119a88b55e7f5f3260ff21e78a5c9d1cf491cc8;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/inspircd.h b/include/inspircd.h index 1a2c78c7a..84995710d 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -232,7 +232,7 @@ DEFINE_HANDLER1(FloodQuitUserHandler, void, User*); class XLineManager; class BanCacheManager; -class ConfigReaderThread : public Thread +class CoreExport ConfigReaderThread : public Thread { InspIRCd* ServerInstance; bool do_bail; @@ -267,7 +267,7 @@ class CoreExport InspIRCd : public classbase private: /** Holds the current UID. Used to generate the next one. */ - char current_uid[UUID_LENGTH]; + char current_uid[UUID_LENGTH + 1]; /** Set up the signal handlers */