X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fconfigreader.h;h=859e5bddb87b1a64c97576c7afc70262ed75a163;hb=9175a3799dbf1e0809fb1bb540ca715243c0be2a;hp=2ccabc5b4793bb03e36d66b8a9428af3df0a00f1;hpb=32a619dbea500bce8b930aeb6c10e4948607a303;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/configreader.h b/include/configreader.h index 2ccabc5b4..859e5bddb 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -349,7 +349,7 @@ class CoreExport ServerConfig : public Extensible /** Error stream, contains error output from any failed configuration parsing. */ - std::ostringstream errstr; + std::ostringstream* errstr; /** Holds the new configuration when a rehash occurs so we dont overwrite the existing * working config with a broken one without checking it first and swapping pointers.